Uses of Class
soc.message.SOCStatusMessage

Packages that use SOCStatusMessage
soc.client   
soc.message   
soc.robot   
 

Uses of SOCStatusMessage in soc.client
 

Methods in soc.client with parameters of type SOCStatusMessage
protected  void SOCDisplaylessPlayerClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" message
protected  void SOCAccountClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" message.
protected  void SOCPlayerClient.MessageTreater.handleSTATUSMESSAGE(SOCStatusMessage mes, boolean isPractice)
          handle the "status" message.
 

Uses of SOCStatusMessage in soc.message
 

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

Uses of SOCStatusMessage in soc.robot
 

Methods in soc.robot with parameters of type SOCStatusMessage
protected  void SOCRobotClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" message by printing it to System.err; messages with status value 0 are ignored (no problem is being reported) once the initial welcome message has been printed.