Uses of Interface
soc.client.PlayerClientListener

Packages that use PlayerClientListener
soc.client   
 

Uses of PlayerClientListener in soc.client
 

Classes in soc.client that implement PlayerClientListener
private static class SOCPlayerInterface.ClientBridge
          Client Bridge to translate interface to SOCPlayerInterface methods.
 

Fields in soc.client with type parameters of type PlayerClientListener
private  java.util.Map<java.lang.String,PlayerClientListener> SOCPlayerClient.clientListeners
          Map from game-name to the listener for that game.
 

Methods in soc.client that return PlayerClientListener
 PlayerClientListener SOCPlayerClient.GameDisplay.gameJoined(SOCGame game)
           
 PlayerClientListener SOCPlayerClient.GameAwtDisplay.gameJoined(SOCGame game)
           
 PlayerClientListener SOCPlayerInterface.getClientListener()
          Provide access to the client listener in case this class does not directly implement it.