gate.event
Class ObjectModificationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--gate.event.GateEvent
|
+--gate.event.ObjectModificationEvent
- All Implemented Interfaces:
- Serializable
- public class ObjectModificationEvent
- extends GateEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
OBJECT_CREATED
public static final int OBJECT_CREATED
OBJECT_MODIFIED
public static final int OBJECT_MODIFIED
OBJECT_DELETED
public static final int OBJECT_DELETED
subtype
private static int subtype
ObjectModificationEvent
public ObjectModificationEvent(Object source,
int type,
int subtype)
getSubType
public int getSubType()