Interface IBattleListener

All Known Implementing Classes:
BattleAdaptor

public interface IBattleListener
The listener interface for receiving "interesting" battle events from the game, e.g. when a battle, round or turn is started or ended.

When implementing this battle listener you should implement the BattleAdaptor in order to only implement the event handler methods you are interested in.

Since:
1.6.2
Author:
Flemming N. Larsen (original)
See Also: