Package jadex.commons.future
Interface IIntermediateFutureCommandResultListener<E>
-
- All Superinterfaces:
IFunctionalExceptionListener
,IFunctionalIntermediateFinishedListener<E>
,IFunctionalIntermediateResultListener<E>
,IFunctionalResultListener<java.util.Collection<E>>
,IFutureCommandResultListener<java.util.Collection<E>>
,IIntermediateResultListener<E>
,IResultListener<java.util.Collection<E>>
- All Known Implementing Classes:
SwingIntermediateDelegationResultListener
,SwingIntermediateExceptionDelegationResultListener
,SwingIntermediateResultListener
public interface IIntermediateFutureCommandResultListener<E> extends IIntermediateResultListener<E>, IFutureCommandResultListener<java.util.Collection<E>>
Interface that extends both, result listener and future command.
-
-
Method Summary
-
Methods inherited from interface jadex.commons.future.IFunctionalExceptionListener
exceptionOccurred
-
Methods inherited from interface jadex.commons.future.IFunctionalResultListener
resultAvailable
-
Methods inherited from interface jadex.commons.future.IFutureCommandResultListener
commandAvailable
-
Methods inherited from interface jadex.commons.future.IIntermediateResultListener
finished, intermediateResultAvailable
-
-