protected class DecouplingInterceptor.CopyReturnValueResultListener
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 |
CopyReturnValueResultListener(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 CopyReturnValueResultListener(jadex.commons.future.Future<java.lang.Void> future,
ServiceInvocationContext sic)