Uses of Class
soc.message.SOCDeleteChannel

Packages that use SOCDeleteChannel
soc.client   
soc.message   
 

Uses of SOCDeleteChannel in soc.client
 

Methods in soc.client with parameters of type SOCDeleteChannel
protected  void SOCPlayerClient.MessageTreater.handleDELETECHANNEL(SOCDeleteChannel mes)
          handle the "delete channel" message
protected  void SOCDisplaylessPlayerClient.handleDELETECHANNEL(SOCDeleteChannel mes)
          handle the "delete channel" message
 

Uses of SOCDeleteChannel in soc.message
 

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