|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--org.mitre.jdas.ControllerEvent
ControllerEvent
is an abstract base class for events generated by
the Controller
class.
Field Summary | |
protected int |
id
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ControllerEvent(java.lang.Object source,
int id)
|
Method Summary | |
int |
getID()
|
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 int id
Constructor Detail |
public ControllerEvent(java.lang.Object source, int id)
Method Detail |
public int getID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |