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,- JCCResultListener,- MultiServiceInvocationHandler.IntermediateMethodResultListener,- PrePostConditionInterceptor.CheckReturnValueResultListener,- RemoteDelegationResultListener,- ServiceRankingDelegationResultListener,- ServiceRankingDelegationResultListener2,- ServiceRankingResultListener,- SimulationService.IdleListener,- StarterPanel.KillListener,- SwingDefaultResultListener,- SwingDelegationResultListener,- SwingExceptionDelegationResultListener,- SwingIntermediateDefaultResultListener,- SwingIntermediateDelegationResultListener,- SwingIntermediateExceptionDelegationResultListener,- SwingIntermediateResultListener,- SwingResultListener,- TerminableDelegationResultListener,- TerminableIntermediateDelegationResultListener,- TestCenterPanel.TestSuite.TestResultListener,- TimeoutIntermediateResultListener,- TimeoutResultListener,- TracingInterceptor.ReturnValueResultListener,- UnlimitedIntermediateDelegationResultListener
 
 public interface IFunctionalExceptionListenerCallback interface for methods that should operate decoupled from caller thread.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionOccurred(java.lang.Exception exception)Called when an exception occurred.
 
-