|
|||||||||||
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.ControllerEvent
Events fired by controllers.
Field Summary | |
protected ProcessingResource |
pr
|
static int |
RESOURCE_ADDED
|
static int |
RESOURCE_REMOVED
|
Fields inherited from class gate.event.GateEvent |
FEATURES_UPDATED, type |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ControllerEvent(Object source,
int type,
ProcessingResource pr)
|
Method Summary | |
ProcessingResource |
getPr()
|
void |
setPr(ProcessingResource pr)
|
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 |
protected ProcessingResource pr
public static final int RESOURCE_ADDED
public static final int RESOURCE_REMOVED
Constructor Detail |
public ControllerEvent(Object source, int type, ProcessingResource pr)
Method Detail |
public ProcessingResource getPr()
public void setPr(ProcessingResource pr)
pr
- The processing resource involved in this event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |