gecco.game.firefighter
Class FirefighterEventHandler

java.lang.Object
  |
  +--gecco.server.core.EventHandler
        |
        +--gecco.game.firefighter.FirefighterEventHandler

public class FirefighterEventHandler
extends EventHandler

Description of the Class

Author:
Henrik Bäärnhielm

Constructor Summary
FirefighterEventHandler()
          Constructor for the FirefighterEventHandler object
 
Method Summary
 void handleEvent(UnitEvent event, Unit unit)
          Description of the Method
 
Methods inherited from class gecco.server.core.EventHandler
sendUnitMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefighterEventHandler

public FirefighterEventHandler()
Constructor for the FirefighterEventHandler object
Method Detail

handleEvent

public void handleEvent(UnitEvent event,
                        Unit unit)
Description of the Method
Overrides:
handleEvent in class EventHandler
Parameters:
event - Description of Parameter
unit - Description of Parameter