public static interface RemoveDeviceAsync.RemoveDeviceListener
Modifier and Type | Method and Description |
---|---|
void |
onRemoveDevicePostExecuteCompleted(RemoveDeviceOutputModel removeDeviceOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onRemoveDevicePreExecuteStarted()
This method will be invoked before controller start execution.
|
void onRemoveDevicePreExecuteStarted()
void onRemoveDevicePostExecuteCompleted(RemoveDeviceOutputModel removeDeviceOutputModel, int status, java.lang.String message, java.lang.String response)
removeDeviceOutputModel
- 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