public class ExtensionObjectEvent
extends java.util.EventObject
ExtensionObject
,
ExtensionListener2.extensionObjectChanged(ExtensionObjectEvent, com.spss.psapi.session.SystemSession)
,
Serialized FormModifier 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.
|
Constructor and Description |
---|
ExtensionObjectEvent(ExtensionObject extensionObject,
int eventType)
Constructs an ExtensionObjectEvent
|
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Returns the type of event.
|
ExtensionObject |
getExtensionObject()
Returns the ExtensionObject that generated this event.
|
public static final int PROPERTIES_CHANGED
public static final int CONTAINERS_CHANGED
public static final int EXECUTION_STARTED
public static final int EXECUTION_STOPPED
public ExtensionObjectEvent(ExtensionObject extensionObject, int eventType)
extensionObject
- the source objecteventType
- the type of eventpublic ExtensionObject getExtensionObject()
public int getEventType()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.