Uses of Class
com.asdf.parser.LobbyResponse

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

Uses of LobbyResponse in com.asdf.parser
 

Methods in com.asdf.parser that return LobbyResponse
 LobbyResponse ObjectFactory.createLobbyResponse()
          Create an instance of LobbyResponse
 LobbyResponse Response.getLobby()
          Gets the value of the lobby property.
 

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