com.ibm.mq.explorer.ui.extensions

Class ExplorerNotifyEvent

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


    public class ExplorerNotifyEvent
    extends java.util.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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT_NOTICE
      Copyright notice
      static java.lang.String SCCSID
      SCCS id - expanded when file is extracted from CMVC
    • Constructor Summary

      Constructors 
      Constructor and Description
      ExplorerNotifyEvent(java.lang.Object obj, java.lang.String iD)
      Constructor, supply either an MQQmgrExtObject/Object and/or a View/Plugin/Preference string id.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getId()
      Get the view or plugin ID.
      java.lang.Object getObject()
      Get the MQQmgrExtObject
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • SCCSID

        public static final java.lang.String SCCSID
        SCCS id - expanded when file is extracted from CMVC
        See Also:
        Constant Field Values
      • COPYRIGHT_NOTICE

        public static final java.lang.String COPYRIGHT_NOTICE
        Copyright notice
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExplorerNotifyEvent

        public ExplorerNotifyEvent(java.lang.Object obj,
                                   java.lang.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 Detail

      • getId

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

        public java.lang.Object getObject()
        Get the MQQmgrExtObject
        Returns:
        the object