Uses of Class
soc.util.SOCGameList

Packages that use SOCGameList
soc.client   
soc.message   
soc.server   
soc.util   
 

Uses of SOCGameList in soc.client
 

Fields in soc.client declared as SOCGameList
protected  SOCGameList SOCPlayerClient.serverGames
          all announced game names on the remote server, including games which we can't join due to limitations of the client.
 

Uses of SOCGameList in soc.message
 

Methods in soc.message that return SOCGameList
 SOCGameList SOCGamesWithOptions.getGameList()
          Get the list of games (and option strings).
 

Uses of SOCGameList in soc.server
 

Subclasses of SOCGameList in soc.server
 class SOCGameListAtServer
          A class for creating and tracking the games; contains each game's name, game options, SOCGame object, and clients (StringConnections).
 

Uses of SOCGameList in soc.util
 

Methods in soc.util with parameters of type SOCGameList
 void SOCGameList.addGames(SOCGameList gl, int ourVersion)
          Add the contents of another GameList to this GameList.