Uses of Package
org.moyoman.comm.client

Packages that use org.moyoman.comm.client
org.moyoman.client.cli   
org.moyoman.client.customtest Provides classes for a custom client GUI application for Moyoman. 
org.moyoman.client.reference Provides classes for a reference implementation of a Moyoman client GUI application. 
org.moyoman.comm.client Provides classes for the client to make requests and receive responses. 
 

Classes in org.moyoman.comm.client used by org.moyoman.client.cli
MakeMoveListener
          This interface is implemented by a class which wishes to receive make move events.
NonvalidatedPlayer
          Any class which extends this class can be used as one of the players in a game of Go.
Player
          Any class which extends this class can be used by the PlayerManager class as one of the players in a game of Go.
 

Classes in org.moyoman.comm.client used by org.moyoman.client.customtest
EndOfGameListener
          This interface is implemented by a class that wishes to receive end of game events.
MakeMoveListener
          This interface is implemented by a class which wishes to receive make move events.
RequestMoveListener
          This interface is implemented by a class that wishes to receive request move events.
 

Classes in org.moyoman.comm.client used by org.moyoman.client.reference
EndOfGameListener
          This interface is implemented by a class that wishes to receive end of game events.
MakeMoveListener
          This interface is implemented by a class which wishes to receive make move events.
MoyomanPlayer
          The MoyomanPlayer is a Player class which uses the Moyoman server to play.
NonvalidatedPlayer
          Any class which extends this class can be used as one of the players in a game of Go.
NonvalidatedPlayerFactory
           
Player
          Any class which extends this class can be used by the PlayerManager class as one of the players in a game of Go.
RequestMoveListener
          This interface is implemented by a class that wishes to receive request move events.
ValidatedPlayer
          Any class which extends this abstract class can be used as one of the players in a game of Go.
 

Classes in org.moyoman.comm.client used by org.moyoman.comm.client
CommandExecutor
          Any class which implements this interface would be used by the client writer to communicate with the server.
Player
          Any class which extends this class can be used by the PlayerManager class as one of the players in a game of Go.
PlayerManager
          This class manages the play of a single game of Go
ValidatedPlayer
          Any class which extends this abstract class can be used as one of the players in a game of Go.