public static interface VideoDetailsAsync.VideoDetailsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onVideoDetailsPostExecuteCompleted(Video_Details_Output _video_details_output,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onVideoDetailsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onVideoDetailsPreExecuteStarted()
void onVideoDetailsPostExecuteCompleted(Video_Details_Output _video_details_output, int code, java.lang.String message, java.lang.String response)
_video_details_output - 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