Class ExplorerNotifyEvent

java.lang.Object
java.util.EventObject
com.ibm.mq.explorer.ui.extensions.ExplorerNotifyEvent
All Implemented Interfaces:
Serializable

public class ExplorerNotifyEvent extends EventObject
ExplorerNotifyEvent used as the event to notify the registered listeners that an explorer event has occured. Either an object or a string identifier can be supplied as identifying information.
See Also:
  • Field Details

  • Constructor Details

    • ExplorerNotifyEvent

      public ExplorerNotifyEvent(Object obj, String iD)
      Constructor, supply either an MQQmgrExtObject/Object and/or a View/Plugin/Preference string id.
      Parameters:
      obj - The object that this event refers to, where appropriate, in the form of an MQQmgrExtObject; or the new value in the form of an Object
      iD - The String ID that this event refers to where appropriate.
  • Method Details

    • getId

      public String getId()
      Get the view or plugin ID.
      Returns:
      the id
    • getObject

      public Object getObject()
      Get the MQQmgrExtObject
      Returns:
      the object