Uses of Class
gecco.server.automaton.AutomatonEvent

Packages that use AutomatonEvent
gecco.game.firefighter   
gecco.game.oresund   
gecco.game.testgame   
gecco.server.actsofgod   
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.actsofgod
 

Fields in gecco.server.actsofgod declared as AutomatonEvent
private  AutomatonEvent Act.theAct
          Description of the Field
 

Methods in gecco.server.actsofgod that return AutomatonEvent
 AutomatonEvent Act.getAct()
          Gets the Act attribute of the Act object
 

Constructors in gecco.server.actsofgod with parameters of type AutomatonEvent
Act(AutomatonEvent ae, double x, double y, long time)
          Constructor for the Act object
 

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
 

Fields in gecco.server.qmanager declared as AutomatonEvent
private  AutomatonEvent QueuedEvent.theEvent
          Description of the Field
 

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