public static class SServiceProvider.IntermediateProxyResultListener<T> extends IntermediateDelegationResultListener<T>
Modifier and Type | Field and Description |
---|---|
protected IInternalAccess |
component |
protected java.lang.Class<?> |
type |
customIntermediateResultListener, future, undone
Constructor and Description |
---|
IntermediateProxyResultListener(IntermediateFuture<T> future,
IInternalAccess component,
java.lang.Class<?> type) |
Modifier and Type | Method and Description |
---|---|
void |
customIntermediateResultAvailable(T result)
Called when an intermediate result is available.
|
void |
customResultAvailable(java.util.Collection<T> result)
Called when the result is available.
|
commandAvailable, exceptionOccurred, exceptionOccurredIfUndone, finished, finishedIfUndone, intermediateResultAvailable, intermediateResultAvailableIfUndone, resultAvailable, resultAvailableIfUndone
protected IInternalAccess component
protected java.lang.Class<?> type
public IntermediateProxyResultListener(IntermediateFuture<T> future, IInternalAccess component, java.lang.Class<?> type)
public void customResultAvailable(java.util.Collection<T> result)
IntermediateDelegationResultListener
customResultAvailable
in class IntermediateDelegationResultListener<T>
result
- The result.public void customIntermediateResultAvailable(T result)
IntermediateDelegationResultListener
customIntermediateResultAvailable
in class IntermediateDelegationResultListener<T>
result
- The result.