Uses of Class
soc.message.SOCResetBoardAuth

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

Uses of SOCResetBoardAuth in soc.client
 

Methods in soc.client with parameters of type SOCResetBoardAuth
protected  void SOCPlayerClient.MessageTreater.handleRESETBOARDAUTH(SOCResetBoardAuth mes)
          handle board reset (new game with same players, same game name, new layout).
protected  void SOCDisplaylessPlayerClient.handleRESETBOARDAUTH(SOCResetBoardAuth mes)
          handle board reset (new game with same players, same game name, new layout).
 

Uses of SOCResetBoardAuth in soc.message
 

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

Uses of SOCResetBoardAuth in soc.robot
 

Methods in soc.robot with parameters of type SOCResetBoardAuth
protected  void SOCRobotClient.handleRESETBOARDAUTH(SOCResetBoardAuth mes)
          handle board reset (new game with same players, same game name).