|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameListResponse.Games.Game | |
---|---|
com.asdf.common | Common classes shared by client and server. |
com.asdf.parser | Automatically generated parser class for Message objects |
com.asdf.server | Server component of the software. |
Uses of GameListResponse.Games.Game in com.asdf.common |
---|
Methods in com.asdf.common that return GameListResponse.Games.Game | |
---|---|
GameListResponse.Games.Game |
Game.descriptionSync()
Requests the game to return a description of itself. |
Uses of GameListResponse.Games.Game in com.asdf.parser |
---|
Methods in com.asdf.parser that return GameListResponse.Games.Game | |
---|---|
GameListResponse.Games.Game |
ObjectFactory.createGameListResponseGamesGame()
Create an instance of GameListResponse.Games.Game |
Methods in com.asdf.parser that return types with arguments of type GameListResponse.Games.Game | |
---|---|
java.util.List<GameListResponse.Games.Game> |
GameListResponse.Games.getGame()
Gets the value of the game property. |
Uses of GameListResponse.Games.Game in com.asdf.server |
---|
Method parameters in com.asdf.server with type arguments of type GameListResponse.Games.Game | |
---|---|
void |
GameManager.listGames(java.util.List<GameListResponse.Games.Game> gameList,
java.util.List<java.lang.String> columnNames,
java.lang.String gameType)
Collects a list of game descriptions to be sent back to client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |