gecco.game.oresund
Class BaseStationEventHandler

java.lang.Object
  |
  +--gecco.server.core.EventHandler
        |
        +--gecco.game.oresund.BaseStationEventHandler

public class BaseStationEventHandler
extends EventHandler

Description of the Class


Constructor Summary
BaseStationEventHandler()
          Constructor for the BaseStationEventHandler 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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BaseStationEventHandler

public BaseStationEventHandler()
Constructor for the BaseStationEventHandler 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