|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gate.event.GateEvent
gate.event.ObjectModificationEvent
Field Summary | |
static int |
OBJECT_CREATED
|
static int |
OBJECT_DELETED
|
static int |
OBJECT_MODIFIED
|
private static int |
subtype
|
Fields inherited from class gate.event.GateEvent |
FEATURES_UPDATED, type |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ObjectModificationEvent(Object source,
int type,
int subtype)
|
Method Summary | |
int |
getSubType()
|
Methods inherited from class gate.event.GateEvent |
getType |
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 |
public static final int OBJECT_CREATED
public static final int OBJECT_MODIFIED
public static final int OBJECT_DELETED
private static int subtype
Constructor Detail |
public ObjectModificationEvent(Object source, int type, int subtype)
Method Detail |
public int getSubType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |