Interface BattleListener

All Known Implementing Classes:
Game

public interface BattleListener

The Interface for BattleEvent.

See Also:
BattleEvent, Grid, Battle

Method Summary
 void battleBegin(BattleEvent e)
          The method to override.
 

Method Detail

battleBegin

public void battleBegin(BattleEvent e)
The method to override.

Parameters:
e - the BattleEvent.
See Also:
BattleEvent