protected class MonitoringInterceptor.ReturnValueResultListener
extends jadex.commons.future.DelegationResultListener<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected ServiceInvocationContext |
sic
The service invocation context.
|
Modifier | Constructor and Description |
---|---|
protected |
ReturnValueResultListener(jadex.commons.future.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.
|
protected ServiceInvocationContext sic
protected ReturnValueResultListener(jadex.commons.future.Future<java.lang.Void> future, ServiceInvocationContext sic)