public static class ServiceRegistry.UnlimitedIntermediateDelegationResultListener<E>
extends java.lang.Object
implements jadex.commons.future.IIntermediateResultListener<E>
| Modifier and Type | Field and Description |
|---|---|
protected jadex.commons.future.IntermediateFuture<E> |
delegate
The delegate future.
|
| Constructor and Description |
|---|
UnlimitedIntermediateDelegationResultListener(jadex.commons.future.IntermediateFuture<E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionOccurred(java.lang.Exception exception) |
void |
finished() |
void |
intermediateResultAvailable(E result) |
void |
resultAvailable(java.util.Collection<E> results) |
protected jadex.commons.future.IntermediateFuture<E> delegate
public UnlimitedIntermediateDelegationResultListener(jadex.commons.future.IntermediateFuture<E> delegate)
public void intermediateResultAvailable(E result)
public void finished()
finished in interface jadex.commons.future.IFunctionalIntermediateFinishedListenerfinished in interface jadex.commons.future.IIntermediateResultListener<E>public void resultAvailable(java.util.Collection<E> results)
public void exceptionOccurred(java.lang.Exception exception)
exceptionOccurred in interface jadex.commons.future.IFunctionalExceptionListener