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:
 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.ExceptionDelegationResultListener
future, undone 
 - 
 
- 
Constructor Summary
Constructors Constructor Description StepResultListener(Future<F> ret) 
- 
Method Summary
All 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.ExceptionDelegationResultListener
commandAvailable, customResultAvailable, exceptionOccurredIfUndone, isUndone, resultAvailable, resultAvailableIfUndone 
 - 
 
 - 
 
- 
- 
Method Detail
- 
exceptionOccurred
public void exceptionOccurred(java.lang.Exception exception)
Description copied from class:ExceptionDelegationResultListenerCalled when an exception occurred.- Specified by:
 exceptionOccurredin interfaceIResultListener<E>- Overrides:
 exceptionOccurredin classExceptionDelegationResultListener<E,F>- Parameters:
 exception- The exception.
 
 - 
 
 -