public static interface GetMarlinBBOfflineAsync.MarlinBBOfflineListener
Modifier and Type | Method and Description |
---|---|
void |
onMarlinBBOfflinePostExecuteCompleted(MarlinBBOfflineOutput marlinBBOfflineOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onMarlinBBOfflinePreExecuteStarted()
This method will be invoked before controller start execution.
|
void onMarlinBBOfflinePreExecuteStarted()
void onMarlinBBOfflinePostExecuteCompleted(MarlinBBOfflineOutput marlinBBOfflineOutput, int code, java.lang.String message, java.lang.String response)
marlinBBOfflineOutput
- 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.