Uses of Interface
bluegammon.logic.PlayerListener

Packages that use PlayerListener
bluegammon.io The bluegammon.io package defines common behaviour for setting up a remote game, and contains one implementation of this using bluetooth. 
bluegammon.logic The bluegammon.logic package contains logic aspects of the backgammon game. 
 

Uses of PlayerListener in bluegammon.io
 

Classes in bluegammon.io that implement PlayerListener
 class PlayerListenerProxy
           This class serializes all events from sent to a PlayerListener and sends them to specified output stream.
 

Uses of PlayerListener in bluegammon.logic
 

Classes in bluegammon.logic that implement PlayerListener
 class RemotePlayer
           Represents a player that is on the other side of a connection; a remote player does not have access to this device.
 

Methods in bluegammon.logic with parameters of type PlayerListener
 void Player.addListener(PlayerListener listener)
          Adds a listener to this player.