public static interface VoucherSubscriptionAsync.VoucherSubscriptionListener
Modifier and Type | Method and Description |
---|---|
void |
onVoucherSubscriptionPostExecuteCompleted(VoucherSubscriptionOutputModel voucherSubscriptionOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onVoucherSubscriptionPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onVoucherSubscriptionPreExecuteStarted()
void onVoucherSubscriptionPostExecuteCompleted(VoucherSubscriptionOutputModel voucherSubscriptionOutputModel, int status, java.lang.String message, java.lang.String response)
voucherSubscriptionOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.status
- Response Code from the server