Package jadex.commons.future
Interface IFutureCommandResultListener<E>
- 
- All Superinterfaces:
 IResultListener<E>
- All Known Subinterfaces:
 IIntermediateFutureCommandResultListener<E>
- All Known Implementing Classes:
 ComponentResultListener,DecouplingInterceptor.CopyReturnValueResultListener,DefaultResultListener,DelegationResultListener,DuplicateRemovalIntermediateResultListener,ExceptionDelegationResultListener,IntermediateComponentResultListener,IntermediateDefaultResultListener,IntermediateDelegationResultListener,IntermediateExceptionDelegationResultListener,IntervalBehavior.StepResultListener,PrePostConditionInterceptor.CheckReturnValueResultListener,ServiceRankingDelegationResultListener,ServiceRankingDelegationResultListener2,SwingDefaultResultListener,SwingDelegationResultListener,SwingExceptionDelegationResultListener,SwingIntermediateDefaultResultListener,SwingIntermediateDelegationResultListener,SwingIntermediateExceptionDelegationResultListener,SwingIntermediateResultListener,SwingResultListener,TerminableDelegationResultListener,TerminableIntermediateDelegationResultListener,TimeoutIntermediateResultListener,TimeoutResultListener,TracingInterceptor.ReturnValueResultListener
public interface IFutureCommandResultListener<E> extends IResultListener<E>
Interface that extends both, result listener and future command. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommandAvailable(java.lang.Object command)Called when a command is available.- 
Methods inherited from interface jadex.commons.future.IResultListener
exceptionOccurred, resultAvailable 
 - 
 
 -