Uses of Class
com.asdf.parser.GenericResponse

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

Uses of GenericResponse in com.asdf.client
 

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

Uses of GenericResponse in com.asdf.parser
 

Methods in com.asdf.parser that return GenericResponse
 GenericResponse ObjectFactory.createGenericResponse()
          Create an instance of GenericResponse
 GenericResponse GameResponse.getAction()
          Gets the value of the action property.
 GenericResponse AccountManagementResponse.getChangePassword()
          Gets the value of the changePassword property.
 GenericResponse AccountManagementResponse.getCreate()
          Gets the value of the create property.
 GenericResponse GameResponse.getDelete()
          Gets the value of the delete property.
 GenericResponse AccountManagementResponse.getDelete()
          Gets the value of the delete property.
 GenericResponse GameResponse.getEvent()
          Gets the value of the event property.
 GenericResponse Response.getGeneral()
          Gets the value of the general property.
 GenericResponse GameResponse.getJoin()
          Gets the value of the join property.
 GenericResponse AuthenticationResponse.getLogout()
          Gets the value of the logout property.
 GenericResponse GameResponse.getPart()
          Gets the value of the part property.
 

Methods in com.asdf.parser with parameters of type GenericResponse
 void GameResponse.setAction(GenericResponse value)
          Sets the value of the action property.
 void AccountManagementResponse.setChangePassword(GenericResponse value)
          Sets the value of the changePassword property.
 void AccountManagementResponse.setCreate(GenericResponse value)
          Sets the value of the create property.
 void GameResponse.setDelete(GenericResponse value)
          Sets the value of the delete property.
 void AccountManagementResponse.setDelete(GenericResponse value)
          Sets the value of the delete property.
 void GameResponse.setEvent(GenericResponse value)
          Sets the value of the event property.
 void Response.setGeneral(GenericResponse value)
          Sets the value of the general property.
 void GameResponse.setJoin(GenericResponse value)
          Sets the value of the join property.
 void AuthenticationResponse.setLogout(GenericResponse value)
          Sets the value of the logout property.
 void GameResponse.setPart(GenericResponse value)
          Sets the value of the part property.