Package jadex.commons.future
Interface IFutureCommandResultListener<E>
- 
- All Superinterfaces:
- IFunctionalExceptionListener,- IFunctionalResultListener<E>,- IResultListener<E>
 - All Known Subinterfaces:
- IIntermediateFutureCommandResultListener<E>
 - All Known Implementing Classes:
- ComponentResultListener,- DecouplingInterceptor.CopyReturnValueResultListener,- DefaultResultListener,- DelegationResultListener,- DuplicateRemovalIntermediateResultListener,- ExceptionDelegationResultListener,- IntermediateComponentResultListener,- IntermediateDefaultResultListener,- IntermediateDelegationResultListener,- IntermediateExceptionDelegationResultListener,- IntervalBehavior.StepResultListener,- JCCResultListener,- PrePostConditionInterceptor.CheckReturnValueResultListener,- ServiceRankingDelegationResultListener,- ServiceRankingDelegationResultListener2,- StarterPanel.KillListener,- 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 SummaryAll 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.IFunctionalExceptionListenerexceptionOccurred
 - 
Methods inherited from interface jadex.commons.future.IFunctionalResultListenerresultAvailable
 
- 
 
-