Uses of Class
gecco.server.automaton.AutomatonEvent

Packages that use AutomatonEvent
gecco.game.firefighter   
gecco.game.oresund   
gecco.game.testgame   
gecco.server.automaton   
gecco.server.qmanager   
 

Uses of AutomatonEvent in gecco.game.firefighter
 

Methods in gecco.game.firefighter with parameters of type AutomatonEvent
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

Uses of AutomatonEvent in gecco.game.oresund
 

Methods in gecco.game.oresund with parameters of type AutomatonEvent
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

Uses of AutomatonEvent in gecco.game.testgame
 

Methods in gecco.game.testgame with parameters of type AutomatonEvent
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

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