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