Uses of Class
com.asdf.parser.LobbyStateUpdate

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

Uses of LobbyStateUpdate in com.asdf.parser
 

Methods in com.asdf.parser that return LobbyStateUpdate
 LobbyStateUpdate ObjectFactory.createLobbyStateUpdate()
          Create an instance of LobbyStateUpdate
 LobbyStateUpdate StateUpdate.getLobby()
          Gets the value of the lobby property.
 

Methods in com.asdf.parser with parameters of type LobbyStateUpdate
 void StateUpdate.setLobby(LobbyStateUpdate value)
          Sets the value of the lobby property.