public static interface GetUserProfileAsync.GetUserProfileListener
Modifier and Type | Method and Description |
---|---|
void |
onGet_UserProfilePostExecuteCompleted(UserProfileOutputModel userProfileOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGet_UserProfilePreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGet_UserProfilePreExecuteStarted()
void onGet_UserProfilePostExecuteCompleted(UserProfileOutputModel userProfileOutputModel, int code, java.lang.String message, java.lang.String response)
userProfileOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.code
- Response Code From The Servermessage
- On Success Message