public interface CleanupEventListener extends ChargeExceptionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(CleanupException e)
Invoked when the cleanup operation fails because of a
CleanupException. |
void |
onException(ForbiddenChargeException e)
Invoked if the server cannot retrieve the subscription or if a parameter operation is malformed.
|
void |
onException(TransactionClearingException e)
Invoked when the cleanup operation fails because of a
transactionClearingException. |
void |
onResult(CleanupResult result)
Invoked when the cleanup operation is successful.
|
onException, onException, onExceptionvoid onException(ForbiddenChargeException e)
e - the exception to be handled.void onException(CleanupException e)
CleanupException.e - the exception to be handled.void onException(TransactionClearingException e)
transactionClearingException.e - the exception to be handled.void onResult(CleanupResult result)
result - the result of the cleanup operation.