Uses of Class
com.asdf.parser.LoginResponse

Packages that use LoginResponse
com.asdf.client Client component of the software. 
com.asdf.parser Automatically generated parser class for Message objects 
 

Uses of LoginResponse in com.asdf.client
 

Methods in com.asdf.client with parameters of type LoginResponse
 void LobbyController.setLogin(LoginResponse response)
          Sets user logged in in LobbyModel and LobbyFrame.
 

Uses of LoginResponse in com.asdf.parser
 

Methods in com.asdf.parser that return LoginResponse
 LoginResponse ObjectFactory.createLoginResponse()
          Create an instance of LoginResponse
 LoginResponse AuthenticationResponse.getLogin()
          Gets the value of the login property.
 

Methods in com.asdf.parser with parameters of type LoginResponse
 void AuthenticationResponse.setLogin(LoginResponse value)
          Sets the value of the login property.