Uses of Class
soc.message.SOCMakeOffer

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

Uses of SOCMakeOffer in soc.client
 

Methods in soc.client with parameters of type SOCMakeOffer
protected  void SOCPlayerClient.handleMAKEOFFER(SOCMakeOffer mes)
          handle the "make offer" message
protected  void SOCDisplaylessPlayerClient.handleMAKEOFFER(SOCMakeOffer mes)
          handle the "make offer" message
 

Uses of SOCMakeOffer in soc.message
 

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

Uses of SOCMakeOffer in soc.robot
 

Methods in soc.robot with parameters of type SOCMakeOffer
protected  void SOCRobotClient.handleMAKEOFFER(SOCMakeOffer mes)
          handle the "make offer" message
 

Uses of SOCMakeOffer in soc.server
 

Methods in soc.server with parameters of type SOCMakeOffer
private  void SOCServer.handleMAKEOFFER(StringConnection c, SOCMakeOffer mes)
          handle "make offer" message