Uses of Class
com.asdf.parser.GenericStateUpdate

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

Uses of GenericStateUpdate in com.asdf.parser
 

Methods in com.asdf.parser that return GenericStateUpdate
 GenericStateUpdate ObjectFactory.createGenericStateUpdate()
          Create an instance of GenericStateUpdate
 GenericStateUpdate StateUpdate.getGeneral()
          Gets the value of the general property.
 GenericStateUpdate GameStateUpdate.getUpdatedGameState()
          Gets the value of the updatedGameState property.
 GenericStateUpdate LobbyStateUpdate.getUpdatedLobbyState()
          Gets the value of the updatedLobbyState property.
 

Methods in com.asdf.parser with parameters of type GenericStateUpdate
 void StateUpdate.setGeneral(GenericStateUpdate value)
          Sets the value of the general property.
 void GameStateUpdate.setUpdatedGameState(GenericStateUpdate value)
          Sets the value of the updatedGameState property.
 void LobbyStateUpdate.setUpdatedLobbyState(GenericStateUpdate value)
          Sets the value of the updatedLobbyState property.