Package jadex.micro
Class IntervalBehavior.StepResultListener<E,F>
- java.lang.Object
- 
- jadex.commons.future.ExceptionDelegationResultListener<E,F>
- 
- jadex.micro.IntervalBehavior.StepResultListener<E,F>
 
 
- 
- All Implemented Interfaces:
- IFunctionalExceptionListener,- IFunctionalResultListener<E>,- IFutureCommandResultListener<E>,- IResultListener<E>,- IUndoneResultListener<E>
 - Enclosing class:
- IntervalBehavior<T>
 
 public abstract static class IntervalBehavior.StepResultListener<E,F> extends ExceptionDelegationResultListener<E,F> 
- 
- 
Field Summary- 
Fields inherited from class jadex.commons.future.ExceptionDelegationResultListenerfuture, undone
 
- 
 - 
Constructor SummaryConstructors Constructor Description StepResultListener(Future<F> ret)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionOccurred(java.lang.Exception exception)Called when an exception occurred.- 
Methods inherited from class jadex.commons.future.ExceptionDelegationResultListenercommandAvailable, customResultAvailable, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndone
 
- 
 
- 
- 
- 
Method Detail- 
exceptionOccurredpublic void exceptionOccurred(java.lang.Exception exception) Description copied from class:ExceptionDelegationResultListenerCalled when an exception occurred.- Specified by:
- exceptionOccurredin interface- IFunctionalExceptionListener
- Overrides:
- exceptionOccurredin class- ExceptionDelegationResultListener<E,F>
- Parameters:
- exception- The exception.
 
 
- 
 
-