Package jadex.commons.future
Interface IFunctionalExceptionListener
-
- All Known Subinterfaces:
IFutureCommandResultListener<E>
,IIntermediateFutureCommandResultListener<E>
,IIntermediateResultListener<E>
,IMultiplexCollector
,IRemoteResultListener<E>
,IResultListener<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 IFunctionalExceptionListener
Callback interface for methods that should operate decoupled from caller thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exceptionOccurred(java.lang.Exception exception)
Called when an exception occurred.
-