public static interface IsCouponExistsAsync.IsCouponExistsListener
Modifier and Type | Method and Description |
---|---|
void |
isCouponExistsPostExecuteCompleted(IsCouponExistsOutput isCouponExistsOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
isCouponExistsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void isCouponExistsPreExecuteStarted()
void isCouponExistsPostExecuteCompleted(IsCouponExistsOutput isCouponExistsOutput, int code, java.lang.String message, java.lang.String response)