Uses of Class
soc.message.SOCStartGame

Packages that use SOCStartGame
soc.client   
soc.message   
soc.server   
 

Uses of SOCStartGame in soc.client
 

Methods in soc.client with parameters of type SOCStartGame
protected static void SOCDisplaylessPlayerClient.handleSTARTGAME(java.util.Hashtable<java.lang.String,SOCGame> games, SOCStartGame mes)
          handle the "start game" message
protected  void SOCPlayerClient.MessageTreater.handleSTARTGAME(SOCStartGame mes)
          handle the "start game" message
 

Uses of SOCStartGame in soc.message
 

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

Uses of SOCStartGame in soc.server
 

Methods in soc.server with parameters of type SOCStartGame
private  void SOCServer.handleSTARTGAME(StringConnection c, SOCStartGame mes, int botsOnly_maxBots)
          handle "start game" message.