public interface IFunctionalIntermediateResultListener<E>
Modifier and Type | Method and Description |
---|---|
void |
intermediateResultAvailable(E result)
Called when an intermediate result is available.
|
void intermediateResultAvailable(E result)
result
- The result.