Uses of Interface
bluegammon.logic.BoardStateListener

Packages that use BoardStateListener
bluegammon.logic The bluegammon.logic package contains logic aspects of the backgammon game. 
 

Uses of BoardStateListener in bluegammon.logic
 

Classes in bluegammon.logic that implement BoardStateListener
 class BoardMediator
           The BoardMediator class is active during a backgammon game.
 

Methods in bluegammon.logic with parameters of type BoardStateListener
 void BoardState.setGameListener(BoardStateListener listener)
          Registers a boardstate-listener that will receive events upon state changes.