public abstract class ExceptionResultListener<E> extends 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.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exceptionOccurred
public void resultAvailable(E result)
resultAvailable
in interface IResultListener<E>
result
- The result.Copyright © 2012. All Rights Reserved.