Uses of Class
soc.message.SOCLeaveGame

Packages that use SOCLeaveGame
soc.client   
soc.message   
soc.robot   
soc.server   
 

Uses of SOCLeaveGame in soc.client
 

Methods in soc.client with parameters of type SOCLeaveGame
protected  void SOCPlayerClient.handleLEAVEGAME(SOCLeaveGame mes)
          handle the "leave game" message
protected  void SOCDisplaylessPlayerClient.handleLEAVEGAME(SOCLeaveGame mes)
          handle the "leave game" message
 

Uses of SOCLeaveGame in soc.message
 

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

Uses of SOCLeaveGame in soc.robot
 

Methods in soc.robot with parameters of type SOCLeaveGame
protected  void SOCRobotClient.handleLEAVEGAME(SOCLeaveGame mes)
          handle the "leave game" message
 

Uses of SOCLeaveGame in soc.server
 

Methods in soc.server with parameters of type SOCLeaveGame
private  void SOCServer.handleLEAVEGAME(StringConnection c, SOCLeaveGame mes)
          Handle the "leave game" message