Class 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

      Constructors 
      Constructor Description
      Listener()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void actOnHitOrDeadChanged()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Listener

        public Listener()
    • Method Detail

      • actOnHitOrDeadChanged

        public abstract void actOnHitOrDeadChanged()