public interface ITuple2ResultListener<E,F> extends IIntermediateResultListener<TupleResult>
Modifier and Type | Method and Description |
---|---|
void |
firstResultAvailable(E result)
Called when the first result is available.
|
void |
secondResultAvailable(F result)
Called when the first result is available.
|
finished, intermediateResultAvailable, resultAvailable
exceptionOccurred