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 SOCPlayerClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" message.
protected  void SOCDisplaylessPlayerClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" message
protected  void SOCAccountClient.handleSTATUSMESSAGE(SOCStatusMessage mes)
          handle the "status message" 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