com.spss.psapi.extensions.common

Class ExtensionObjectEvent

  • java.lang.Object
    • java.util.EventObject
      • com.spss.psapi.extensions.common.ExtensionObjectEvent
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int CONTAINERS_CHANGED
      Indicates that containers in an extension object were updated.
      static int EXECUTION_STARTED
      Indicates that the extension object is being executed.
      static int EXECUTION_STOPPED
      Indicates to the extension object that execution has stopped.
      static int PROPERTIES_CHANGED
      Indicates that properties in an extension object were updated.
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getEventType()
      Returns the type of event.
      ExtensionObject getExtensionObject()
      Returns the ExtensionObject that generated this event.
      • Methods inherited from class java.util.EventObject

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

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

      • PROPERTIES_CHANGED

        public static final int PROPERTIES_CHANGED
        Indicates that properties in an extension object were updated.
        See Also:
        Constant Field Values
      • CONTAINERS_CHANGED

        public static final int CONTAINERS_CHANGED
        Indicates that containers in an extension object were updated.
        See Also:
        Constant Field Values
      • EXECUTION_STARTED

        public static final int EXECUTION_STARTED
        Indicates that the extension object is being executed.
        See Also:
        Constant Field Values
      • EXECUTION_STOPPED

        public static final int EXECUTION_STOPPED
        Indicates to the extension object that execution has stopped.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExtensionObjectEvent

        public ExtensionObjectEvent(ExtensionObject extensionObject,
                            int eventType)
        Constructs an ExtensionObjectEvent
        Parameters:
        extensionObject - the source object
        eventType - the type of event
    • Method Detail

      • getExtensionObject

        public ExtensionObject getExtensionObject()
        Returns the ExtensionObject that generated this event.
        Returns:
        the ExtensionObject that generated this event
      • getEventType

        public int getEventType()
        Returns the type of event. This is one of:

        • ExtensionObjectEvent.PROPERTIES_CHANGED
        • ExtensionObjectEvent.CONTAINERS_CHANGED
        • ExtensionObjectEvent.EXECUTION_STARTED
        • ExtensionObjectEvent.EXECUTION_STOPPED
        Returns:
        the type of event

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.