gate.event
Class ObjectModificationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bygate.event.GateEvent
          extended bygate.event.ObjectModificationEvent
All Implemented Interfaces:
Serializable

public class ObjectModificationEvent
extends GateEvent

See Also:
Serialized Form

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

OBJECT_CREATED

public static final int OBJECT_CREATED
See Also:
Constant Field Values

OBJECT_MODIFIED

public static final int OBJECT_MODIFIED
See Also:
Constant Field Values

OBJECT_DELETED

public static final int OBJECT_DELETED
See Also:
Constant Field Values

subtype

private static int subtype
Constructor Detail

ObjectModificationEvent

public ObjectModificationEvent(Object source,
                               int type,
                               int subtype)
Method Detail

getSubType

public int getSubType()