public static interface GetContentDetailsAsync.GetContentDetailsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onGetContentDetailsPostExecuteCompleted(ContentDetailsOutput contentDetailsOutput,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetContentDetailsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetContentDetailsPreExecuteStarted()
void onGetContentDetailsPostExecuteCompleted(ContentDetailsOutput contentDetailsOutput, int status, java.lang.String message, java.lang.String response)
contentDetailsOutput - 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 Messageresponse - JSON Response