public static interface CancelSubscriptionAsync.CancelSubscriptionListener
Modifier and Type | Method and Description |
---|---|
void |
onCancelSubscriptionPostExecuteCompleted(CancelSubscriptionOutputModel cancelSubscriptionOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller finish its task.
|
void |
onCancelSubscriptionPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onCancelSubscriptionPreExecuteStarted()
void onCancelSubscriptionPostExecuteCompleted(CancelSubscriptionOutputModel cancelSubscriptionOutputModel, int status, java.lang.String message, java.lang.String response)