Package jadex.future
Interface IIntermediateFutureCommandResultListener<E>
- All Superinterfaces:
IFutureCommandResultListener<Collection<E>>
,IIntermediateResultListener<E>
,IResultListener<Collection<E>>
public interface IIntermediateFutureCommandResultListener<E>
extends IIntermediateResultListener<E>, IFutureCommandResultListener<Collection<E>>
Interface that extends both, result listener and future command.
-
Method Summary
Methods inherited from interface jadex.future.IFutureCommandResultListener
commandAvailable
Methods inherited from interface jadex.future.IIntermediateResultListener
finished, intermediateResultAvailable, maxResultCountAvailable
Methods inherited from interface jadex.future.IResultListener
exceptionOccurred, resultAvailable