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.IFunctionalExceptionListenerexceptionOccurred
 - 
Methods inherited from interface jadex.commons.future.IFunctionalResultListenerresultAvailable
 - 
Methods inherited from interface jadex.commons.future.IFutureCommandResultListenercommandAvailable
 - 
Methods inherited from interface jadex.commons.future.IIntermediateResultListenerfinished, intermediateResultAvailable
 
- 
 
-