protected class PrePostConditionInterceptor.CheckReturnValueResultListener extends DelegationResultListener<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceInvocationContext |
sic
The service invocation context.
|
customResultListener, future, undone| Modifier | Constructor and Description |
|---|---|
protected |
CheckReturnValueResultListener(Future<java.lang.Void> future,
ServiceInvocationContext sic)
Create a result listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
customResultAvailable(java.lang.Void result)
Called when the service call is finished.
|
commandAvailable, exceptionOccurred, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndoneprotected ServiceInvocationContext sic
protected CheckReturnValueResultListener(Future<java.lang.Void> future, ServiceInvocationContext sic)
public void customResultAvailable(java.lang.Void result)
customResultAvailable in class DelegationResultListener<java.lang.Void>result - The result.