gecco.game.testgame
Class TestUnitEventHandler

java.lang.Object
  |
  +--gecco.server.core.EventHandler
        |
        +--gecco.game.testgame.TestUnitEventHandler

public class TestUnitEventHandler
extends EventHandler

Description of the Class


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

TestUnitEventHandler

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