jaige.event
Interface TurnListener

All Superinterfaces:
GameListener
All Known Implementing Classes:
AI, AIGameStats, AtaxxAI, AtaxxPanel, AverageMoveTimeMonitor, HexAI, HexPanel, SeasonStats

public interface TurnListener
extends GameListener


Method Summary
 void processTurnEvent(TurnEvent event)
          Called when the turn changes.
 

Method Detail

processTurnEvent

void processTurnEvent(TurnEvent event)
Called when the turn changes. In the case of an AI, this is only called when it is the AIs turn.

Parameters:
event - TurnEvent