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.