|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--net.openai.util.fsm.event.MachineEvent
The Event
object that will interface between the
Machine
s and their listeners.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
MachineEvent(Machine source,
int type)
Constructs a new MachineEvent. |
Method Summary | |
int |
getType()
Returns the type of this MachineEvent. |
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 |
Constructor Detail |
public MachineEvent(Machine source, int type)
Method Detail |
public final int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |