public interface CheckLimitEventListener extends ChargeExceptionListener, InvalidItemListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(CannotInverseException e)
Invoked when the check limit operation fails because of a
CannotInverseException. |
void |
onException(ForbiddenChargeException e)
Invoked when the rating is not allowed.
|
void |
onException(TransactionClearingException e)
Invoked when the check limit operation fails because of a
transactionClearingException. |
void |
onResult(CheckLimitResult result)
Invoked when the check limit operation is successful.
|
onException, onException, onExceptiononExceptionvoid onException(ForbiddenChargeException e)
e - the exception to be handled.void onException(CannotInverseException e)
CannotInverseException.e - the exception to be handled.void onException(TransactionClearingException e)
transactionClearingException.e - the exception to be handled.void onResult(CheckLimitResult result)
result - the result of the charging operation.