Uses of Class
soc.message.SOCNewChannel

Packages that use SOCNewChannel
soc.client   
soc.message   
 

Uses of SOCNewChannel in soc.client
 

Methods in soc.client with parameters of type SOCNewChannel
protected  void SOCPlayerClient.handleNEWCHANNEL(SOCNewChannel mes)
          handle the "new channel" message
protected  void SOCDisplaylessPlayerClient.handleNEWCHANNEL(SOCNewChannel mes)
          handle the "new channel" message
 

Uses of SOCNewChannel in soc.message
 

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