public static interface AddToFavAsync.AddToFavListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAddToFavPostExecuteCompleted(AddToFavOutputModel addToFavOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onAddToFavPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onAddToFavPreExecuteStarted()
void onAddToFavPostExecuteCompleted(AddToFavOutputModel addToFavOutputModel, int code, java.lang.String message, java.lang.String response)
addToFavOutputModel - 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 Messageresponse - Contain json responses.