Uses of Class
soc.message.SOCGameTextMsg

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

Uses of SOCGameTextMsg in soc.client
 

Methods in soc.client with parameters of type SOCGameTextMsg
protected  void SOCPlayerClient.MessageTreater.handleGAMETEXTMSG(SOCGameTextMsg mes)
          handle the "game text message" message.
protected  void SOCDisplaylessPlayerClient.handleGAMETEXTMSG(SOCGameTextMsg mes)
          handle the "game text message" message
 

Uses of SOCGameTextMsg in soc.message
 

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

Uses of SOCGameTextMsg in soc.robot
 

Methods in soc.robot with parameters of type SOCGameTextMsg
private  void SOCRobotClient.handleGAMETEXTMSG_debug(SOCGameTextMsg mes)
          Handle debug text messages from players to the robot, which start with the robot's nickname + ":".
protected  void SOCRobotClient.handleGAMETEXTMSG(SOCGameTextMsg mes)
          handle the "game text message" message
 

Uses of SOCGameTextMsg in soc.server
 

Methods in soc.server with parameters of type SOCGameTextMsg
private  void SOCServer.handleGAMETEXTMSG(StringConnection c, SOCGameTextMsg gameTextMsgMes)
          Handle game text messages, including debug commands.