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 SOCDisplaylessPlayerClient.handleNEWGAME(SOCNewGame mes)
          handle the "new game" message
protected  void SOCPlayerClient.MessageTreater.handleNEWGAME(SOCNewGame mes, boolean isPractice)
          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