Uses of Class
soc.message.SOCGameMembers

Packages that use SOCGameMembers
soc.client   
soc.message   
soc.robot   
 

Uses of SOCGameMembers in soc.client
 

Methods in soc.client with parameters of type SOCGameMembers
protected  void SOCPlayerClient.MessageTreater.handleGAMEMEMBERS(SOCGameMembers mes)
          handle the "game members" message, the server's hint that it's almost done sending us the complete game state in response to JOINGAME.
protected  void SOCDisplaylessPlayerClient.handleGAMEMEMBERS(SOCGameMembers mes)
          handle the "game members" message
 

Uses of SOCGameMembers in soc.message
 

Methods in soc.message that return SOCGameMembers
static SOCGameMembers SOCGameMembers.parseDataStr(java.lang.String s)
          Parse the command String into a Members message
 

Uses of SOCGameMembers in soc.robot
 

Methods in soc.robot with parameters of type SOCGameMembers
protected  void SOCRobotClient.handleGAMEMEMBERS(SOCGameMembers mes)
          handle the "game members" message, which indicates the entire game state has now been sent.