public abstract class ExceptionResultListener<E> extends java.lang.Object implements IResultListener<E>
| Constructor and Description | 
|---|
| ExceptionResultListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | resultAvailable(E result)Called when the result is available, ignore. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionOccurredpublic void resultAvailable(E result)
resultAvailable in interface IFunctionalResultListener<E>result - The result.