Uses of Class
com.asdf.parser.CreateGameRequest

Packages that use CreateGameRequest
com.asdf.client Client component of the software. 
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of CreateGameRequest in com.asdf.client
 

Methods in com.asdf.client with parameters of type CreateGameRequest
 void LobbyController.requestCreateGame(CreateGameRequest greq)
          Sends a create game request to server.
 

Uses of CreateGameRequest in com.asdf.parser
 

Methods in com.asdf.parser that return CreateGameRequest
 CreateGameRequest ObjectFactory.createCreateGameRequest()
          Create an instance of CreateGameRequest
 CreateGameRequest GameRequest.getCreate()
          Gets the value of the create property.
 

Methods in com.asdf.parser with parameters of type CreateGameRequest
 void GameRequest.setCreate(CreateGameRequest value)
          Sets the value of the create property.