heurgame.event
Interface TurnListener

All Known Implementing Classes:
Referee

public interface TurnListener

Author:
David Kaplin Turn Listeners should be NOT BLOCK on these methods as this could quickly produce a trap that the game logic may not be able comprehend. Players should not implement this interface The Referee blocks as a turn listener. User Interface elements are more likely to be TurnListeners

Method Summary
 void turnChanged(TurnEvent e)
           
 

Method Detail

turnChanged

public void turnChanged(TurnEvent e)