public static interface GetEpisodeDetailsAsync.GetEpisodeDetailsListener
Modifier and Type | Method and Description |
---|---|
void |
onGetEpisodeDetailsPostExecuteCompleted(Episode_Details_output episode_details_output,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetEpisodeDetailsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetEpisodeDetailsPreExecuteStarted()
void onGetEpisodeDetailsPostExecuteCompleted(Episode_Details_output episode_details_output, int status, java.lang.String message, java.lang.String response)
episode_details_output
- 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