public static interface OfflineViewRemainingTimeAsync.offlineViewRemainingTimeInputListener
Modifier and Type | Method and Description |
---|---|
void |
onofflineViewRemainingTimePostExecuteCompleted(OfflineViewRemainingTimeOutput OfflineViewRemainingTimeOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onofflineViewRemainingTimePreExecuteStarted()
This method will be invoked before controller start execution.
|
void onofflineViewRemainingTimePreExecuteStarted()
void onofflineViewRemainingTimePostExecuteCompleted(OfflineViewRemainingTimeOutput OfflineViewRemainingTimeOutput, int code, java.lang.String message, java.lang.String response)
OfflineViewRemainingTimeOutput
- A Model Class which contain responses. To get that responses we need to call the respective getter methodscode
- Response code from servermessage
- Messageresponse
- Contain json responses.