Uses of Class
soc.message.SOCClearOffer

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

Uses of SOCClearOffer in soc.client
 

Methods in soc.client with parameters of type SOCClearOffer
protected  void SOCPlayerClient.handleCLEAROFFER(SOCClearOffer mes)
          handle the "clear offer" message
protected  void SOCDisplaylessPlayerClient.handleCLEAROFFER(SOCClearOffer mes)
          handle the "clear offer" message
 

Uses of SOCClearOffer in soc.message
 

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

Uses of SOCClearOffer in soc.robot
 

Methods in soc.robot with parameters of type SOCClearOffer
protected  void SOCRobotClient.handleCLEAROFFER(SOCClearOffer mes)
          handle the "clear offer" message
 

Uses of SOCClearOffer in soc.server
 

Methods in soc.server with parameters of type SOCClearOffer
private  void SOCServer.handleCLEAROFFER(StringConnection c, SOCClearOffer mes)
          handle "clear offer" message