com.ibm.mq.explorer.ui.extensions

Class MQExtObjectChangedEvent

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


    public class MQExtObjectChangedEvent
    extends java.util.EventObject
    Changed event class for UiObjects
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT_NOTICE
      Common copyright notice
      static java.lang.String SCCSID
      CMVC descriptors - expanded during extraction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      MQExtObject getMQExtObject()
      Return the changed MQExtObject
      • 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

      • COPYRIGHT_NOTICE

        public static final java.lang.String COPYRIGHT_NOTICE
        Common copyright notice
        See Also:
        Constant Field Values
      • SCCSID

        public static final java.lang.String SCCSID
        CMVC descriptors - expanded during extraction
        See Also:
        Constant Field Values
    • Constructor Detail

      • MQExtObjectChangedEvent

        public MQExtObjectChangedEvent(MQExtObject source)
        Constructor.
        Parameters:
        source - the changed MQExtObject
    • Method Detail

      • getMQExtObject

        public MQExtObject getMQExtObject()
        Return the changed MQExtObject
        Returns:
        MQExtObject the changed MQExtObject