Uses of Class
soc.message.SOCNewGame

Packages that use SOCNewGame
soc.client   
soc.message   
 

Uses of SOCNewGame in soc.client
 

Methods in soc.client with parameters of type SOCNewGame
protected  void SOCPlayerClient.handleNEWGAME(SOCNewGame mes)
          handle the "new game" message
protected  void SOCDisplaylessPlayerClient.handleNEWGAME(SOCNewGame mes)
          handle the "new game" message
 

Uses of SOCNewGame in soc.message
 

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