gecco.game.oresund
Class ShipEventHandler

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

public class ShipEventHandler
extends EventHandler

Description of the Class


Constructor Summary
ShipEventHandler()
          Constructor for the ShipEventHandler 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

ShipEventHandler

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