public static interface MyLibraryAsync.MyLibraryListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMyLibraryPostExecuteCompleted(MyLibraryOutputModel myLibraryOutputModelArray,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onMyLibraryPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onMyLibraryPreExecuteStarted()
void onMyLibraryPostExecuteCompleted(MyLibraryOutputModel myLibraryOutputModelArray, int status, java.lang.String message, java.lang.String response)
myLibraryOutputModelArray - A Model Class which contain responses. To get that responses we need to call the respective getter methods.status - Response Code from the serverresponse - JSON responsemessage - On Success Message