net.sf.colossus.game
Class BattleUnit.Listener

java.lang.Object
  extended by net.sf.colossus.game.BattleUnit.Listener
Enclosing class:
BattleUnit

public abstract class BattleUnit.Listener
extends java.lang.Object

Listeners who needs to be notified if (currently) hits or dead values change, to trigger repaint: a GUIBattleChit representing this creature


Constructor Summary
BattleUnit.Listener()
           
 
Method Summary
abstract  void actOnHitOrDeadChanged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BattleUnit.Listener

public BattleUnit.Listener()
Method Detail

actOnHitOrDeadChanged

public abstract void actOnHitOrDeadChanged()