Uses of Class
soc.message.SOCDeleteGame

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

Uses of SOCDeleteGame in soc.client
 

Methods in soc.client with parameters of type SOCDeleteGame
protected  void SOCPlayerClient.handleDELETEGAME(SOCDeleteGame mes)
          handle the "delete game" message
protected  void SOCDisplaylessPlayerClient.handleDELETEGAME(SOCDeleteGame mes)
          handle the "delete game" message
 

Uses of SOCDeleteGame in soc.message
 

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

Uses of SOCDeleteGame in soc.robot
 

Methods in soc.robot with parameters of type SOCDeleteGame
protected  void SOCRobotClient.handleDELETEGAME(SOCDeleteGame mes)
          handle the "delete game" message