Uses of Class
com.asdf.parser.GameStateUpdate

Packages that use GameStateUpdate
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of GameStateUpdate in com.asdf.parser
 

Methods in com.asdf.parser that return GameStateUpdate
 GameStateUpdate ObjectFactory.createGameStateUpdate()
          Create an instance of GameStateUpdate
 GameStateUpdate StateUpdate.getGame()
          Gets the value of the game property.
 

Methods in com.asdf.parser with parameters of type GameStateUpdate
 void StateUpdate.setGame(GameStateUpdate value)
          Sets the value of the game property.