Class ExplorerNotifyEvent
java.lang.Object
java.util.EventObject
com.ibm.mq.explorer.ui.extensions.ExplorerNotifyEvent
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExplorerNotifyEvent
(Object obj, String iD) Constructor, supply either an MQQmgrExtObject/Object and/or a View/Plugin/Preference string id. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
SCCSID
SCCS id - expanded when file is extracted from CMVC- See Also:
-
COPYRIGHT_NOTICE
Copyright notice- See Also:
-
-
Constructor Details
-
ExplorerNotifyEvent
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 ObjectiD
- The String ID that this event refers to where appropriate.
-
-
Method Details
-
getId
Get the view or plugin ID.- Returns:
- the id
-
getObject
Get the MQQmgrExtObject- Returns:
- the object
-