public static class SServiceProvider.IntermediateProxyResultListener<T>
extends jadex.commons.future.IntermediateDelegationResultListener<T>
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
component |
protected java.lang.Class<?> |
type |
Constructor and Description |
---|
IntermediateProxyResultListener(jadex.commons.future.IntermediateFuture<T> future,
IInternalAccess component,
java.lang.Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
customIntermediateResultAvailable(T result) |
void |
customResultAvailable(java.util.Collection<T> result) |
protected IInternalAccess component
protected java.lang.Class<?> type
public IntermediateProxyResultListener(jadex.commons.future.IntermediateFuture<T> future, IInternalAccess component, java.lang.Class<?> type)