Uses of Class
com.asdf.parser.AvailableGamesResponse.Game

Packages that use AvailableGamesResponse.Game
com.asdf.parser Automatically generated parser class for Message objects 
com.asdf.server Server component of the software. 
 

Uses of AvailableGamesResponse.Game in com.asdf.parser
 

Methods in com.asdf.parser that return AvailableGamesResponse.Game
 AvailableGamesResponse.Game ObjectFactory.createAvailableGamesResponseGame()
          Create an instance of AvailableGamesResponse.Game
 

Methods in com.asdf.parser that return types with arguments of type AvailableGamesResponse.Game
 java.util.List<AvailableGamesResponse.Game> AvailableGamesResponse.getGame()
          Gets the value of the game property.
 

Uses of AvailableGamesResponse.Game in com.asdf.server
 

Method parameters in com.asdf.server with type arguments of type AvailableGamesResponse.Game
 void GameManager.getGameTypes(java.util.List<AvailableGamesResponse.Game> gameTypes)
          Reads meta data about games available in this server and sends this to client.