Uses of Class
com.asdf.parser.StateUpdate

Packages that use StateUpdate
com.asdf.client Client component of the software. 
com.asdf.parser Automatically generated parser class for Message objects 
com.asdf.plugins.hello   
com.asdf.plugins.pokergames In-built pokergame implementation. 
 

Uses of StateUpdate in com.asdf.client
 

Methods in com.asdf.client with parameters of type StateUpdate
 void MessageHandler.handleStateUpdate(StateUpdate stateUp)
          Handles StateUpdates sent by server.
 void LobbyController.handleStateUpdate(StateUpdate stateUp)
          Stub method, since LobbyController does not handle any stateUpdates.
 

Uses of StateUpdate in com.asdf.parser
 

Methods in com.asdf.parser that return StateUpdate
 StateUpdate ObjectFactory.createStateUpdate()
          Create an instance of StateUpdate
 StateUpdate Message.getStateUpdate()
          Gets the value of the stateUpdate property.
 

Methods in com.asdf.parser with parameters of type StateUpdate
 void Message.setStateUpdate(StateUpdate value)
          Sets the value of the stateUpdate property.
 

Uses of StateUpdate in com.asdf.plugins.hello
 

Methods in com.asdf.plugins.hello with parameters of type StateUpdate
 void HelloGame.handleStateUpdate(StateUpdate stateUp)
          Game logics has sent a state update message, informing you of the new state of the game world.
 

Uses of StateUpdate in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames with parameters of type StateUpdate
 void PokerGameController.handleStateUpdate(StateUpdate stateUp)