Uses of Class
com.asdf.parser.AvailableGamesResponse

Packages that use AvailableGamesResponse
com.asdf.client Client component of the software. 
com.asdf.gui.lobby GUI components used to display game lobby. 
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of AvailableGamesResponse in com.asdf.client
 

Methods in com.asdf.client that return AvailableGamesResponse
 AvailableGamesResponse LobbyModel.getAvailableGames()
          Gets available games.
 

Methods in com.asdf.client with parameters of type AvailableGamesResponse
 void LobbyModel.setAvailableGames(AvailableGamesResponse response)
          Sets list of available games given by server.
 void LobbyController.setAvailableGames(AvailableGamesResponse response)
          Sets available games visible in GUI and updates LobbyModel if necessary.
 

Uses of AvailableGamesResponse in com.asdf.gui.lobby
 

Methods in com.asdf.gui.lobby with parameters of type AvailableGamesResponse
 void LobbyLeftPanel.initGUI(AvailableGamesResponse games)
          Initializes GUI for this panel.
 

Uses of AvailableGamesResponse in com.asdf.parser
 

Methods in com.asdf.parser that return AvailableGamesResponse
 AvailableGamesResponse ObjectFactory.createAvailableGamesResponse()
          Create an instance of AvailableGamesResponse
 AvailableGamesResponse LobbyResponse.getAvailableGames()
          Gets the value of the availableGames property.
 

Methods in com.asdf.parser with parameters of type AvailableGamesResponse
 void LobbyResponse.setAvailableGames(AvailableGamesResponse value)
          Sets the value of the availableGames property.