public interface ISessionResultListener extends ForbiddenChargeExceptionListener, ChargeExceptionListener
Java interface has to be implemented by the caller in charge of processing the results and exceptions
a of a session-based charging scenario.| Modifier and Type | Method and Description |
|---|---|
void |
onSessionError(SessionOperationException error)
Invoked each time a session event has not been processed because session control raised an exception.
|
void |
onSessionResult(ISessionOperationResult result)
Invoked each time a session event has been processed, successfully or not.
|
onExceptiononException, onException, onExceptionvoid onSessionResult(ISessionOperationResult result)
result - The result to be handledvoid onSessionError(SessionOperationException error)
error - The error to be handled