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.MessageTreater.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
private  void SOCRobotBrain.handleMAKEOFFER(SOCMakeOffer mes)
          Handle a MAKEOFFER for this game.
 

Uses of SOCMakeOffer in soc.server
 

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