|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.server.qmanager.QueuedEvent
This class encapsulates data about an AutomatonEvent in the queue of the server. The data consists of the AutomatonEvent instance and the coordinates of the automaton to be affected.
Constructor Summary | |
QueuedEvent(AutomatonEvent theEvent,
int x,
int y)
Constructor for the QueuedEvent object |
Method Summary | |
AutomatonEvent |
getAutomatonEvent()
Gets the queued AutomatonEvent instance |
int |
getX()
Gets the x coordinate of the automaton to be affected |
int |
getY()
Gets the y coordinate of the automaton to be affected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueuedEvent(AutomatonEvent theEvent, int x, int y)
theEvent
- The event to be queued.x
- The x coordinate of the automaton to be affectedy
- The y coordinate of the automaton to be affectedMethod Detail |
public int getX()
public int getY()
public AutomatonEvent getAutomatonEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |