Uses of Class
gecco.server.automaton.AutomatonEvent

Packages that use AutomatonEvent
gecco.game.dke   
gecco.server.automaton   
gecco.server.qmanager   
 

Uses of AutomatonEvent in gecco.game.dke
 

Methods in gecco.game.dke with parameters of type AutomatonEvent
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
           
 

Uses of AutomatonEvent in gecco.server.automaton
 

Methods in gecco.server.automaton with parameters of type AutomatonEvent
abstract  AutomatonReturn Automaton.handleEvent(AutomatonEvent event)
          Handles incoming event to the automaton.
 

Uses of AutomatonEvent in gecco.server.qmanager
 

Methods in gecco.server.qmanager that return AutomatonEvent
 AutomatonEvent QueuedEvent.getAutomatonEvent()
          Gets the queued AutomatonEvent instance
 

Methods in gecco.server.qmanager with parameters of type AutomatonEvent
 void QManager.addEventToQueue(AutomatonEvent event, int x, int y)
          Adds an event to the event queue
 

Constructors in gecco.server.qmanager with parameters of type AutomatonEvent
QueuedEvent(AutomatonEvent theEvent, int x, int y)
          Constructor for the QueuedEvent object