Uses of Class
soc.message.SOCJoinGameAuth

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

Uses of SOCJoinGameAuth in soc.client
 

Methods in soc.client with parameters of type SOCJoinGameAuth
protected  void SOCPlayerClient.MessageTreater.handleJOINGAMEAUTH(SOCJoinGameAuth mes, boolean isPractice)
          handle the "join game authorization" message: create new SOCGame and SOCPlayerInterface so user can join the game
protected  void SOCDisplaylessPlayerClient.handleJOINGAMEAUTH(SOCJoinGameAuth mes, boolean isPractice)
          handle the "join game authorization" message
 

Uses of SOCJoinGameAuth in soc.message
 

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

Uses of SOCJoinGameAuth in soc.robot
 

Methods in soc.robot with parameters of type SOCJoinGameAuth
protected  void SOCRobotClient.handleJOINGAMEAUTH(SOCJoinGameAuth mes, boolean isPractice)
          handle the "join game authorization" message