public static class SServiceProvider.IntermediateProxyResultListener<T> extends IntermediateDelegationResultListener<T>
| Modifier and Type | Field and Description | 
|---|---|
| protected IInternalAccess | component | 
| protected java.lang.Class<?> | type | 
customIntermediateResultListener, customResultListener, delegate, 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, handleException, intermediateResultAvailable, intermediateResultAvailableIfUndone, resultAvailable, resultAvailableIfUndoneprotected 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)
IntermediateDelegationResultListenercustomResultAvailable in class IntermediateDelegationResultListener<T>result - The result.public void customIntermediateResultAvailable(T result)
IntermediateDelegationResultListenercustomIntermediateResultAvailable in class IntermediateDelegationResultListener<T>result - The result.