com.ibm.mq.explorer.ui.extensions

Class MQExtObjectDeletedEvent

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


    public class MQExtObjectDeletedEvent
    extends java.util.EventObject
    Deleted event class for MQExtObjects
    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 deleted 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

      • MQExtObjectDeletedEvent

        public MQExtObjectDeletedEvent(MQExtObject source)
        Constructor.
        Parameters:
        source - the deleted MQExtObject
    • Method Detail

      • getMQExtObject

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