Package jadex.commons.future
Interface IResultListener<E>
- 
- All Superinterfaces:
- IFunctionalExceptionListener,- IFunctionalResultListener<E>
 - All Known Subinterfaces:
- IFutureCommandResultListener<E>,- IIntermediateFutureCommandResultListener<E>,- IIntermediateResultListener<E>,- IMultiplexCollector,- IRemoteResultListener<E>,- ITuple2ResultListener<E,F>,- IUndoneIntermediateResultListener<E>,- IUndoneResultListener<E>
 - All Known Implementing Classes:
- CollectingIntermediateResultListener,- CollectionResultListener,- ComponentResultListener,- CounterResultListener,- DecouplingInterceptor.CopyReturnValueResultListener,- DefaultResultListener,- DefaultTuple2ResultListener,- DelegationResultListener,- DuplicateRemovalIntermediateResultListener,- ExceptionDelegationResultListener,- ExceptionResultListener,- FlattenMultiplexCollector,- IntermediateComponentResultListener,- IntermediateDefaultResultListener,- IntermediateDelegationResultListener,- IntermediateExceptionDelegationResultListener,- IntervalBehavior.StepResultListener,- MultiServiceInvocationHandler.IntermediateMethodResultListener,- PrePostConditionInterceptor.CheckReturnValueResultListener,- RemoteDelegationResultListener,- ServiceRankingDelegationResultListener,- ServiceRankingDelegationResultListener2,- ServiceRankingResultListener,- SwingDefaultResultListener,- SwingDelegationResultListener,- SwingExceptionDelegationResultListener,- SwingIntermediateDefaultResultListener,- SwingIntermediateDelegationResultListener,- SwingIntermediateExceptionDelegationResultListener,- SwingIntermediateResultListener,- SwingResultListener,- TerminableDelegationResultListener,- TerminableIntermediateDelegationResultListener,- TimeoutIntermediateResultListener,- TimeoutResultListener,- TracingInterceptor.ReturnValueResultListener,- UnlimitedIntermediateDelegationResultListener
 
 public interface IResultListener<E> extends IFunctionalResultListener<E>, IFunctionalExceptionListener Callback interface for methods that should operate decoupled from caller thread.
- 
- 
Method Summary- 
Methods inherited from interface jadex.commons.future.IFunctionalExceptionListenerexceptionOccurred
 - 
Methods inherited from interface jadex.commons.future.IFunctionalResultListenerresultAvailable
 
- 
 
-