public abstract static class IntervalBehavior.StepResultListener<E,F> extends ExceptionDelegationResultListener<E,F>
Constructor and Description |
---|
IntervalBehavior.StepResultListener(Future<F> ret) |
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(Exception exception)
Called when an exception occurred.
|
customResultAvailable, resultAvailable
public void exceptionOccurred(Exception exception)
ExceptionDelegationResultListener
exceptionOccurred
in interface IResultListener<E>
exceptionOccurred
in class ExceptionDelegationResultListener<E,F>
exception
- The exception.Copyright © 2012. All Rights Reserved.