public interface IUndoneResultListener<E>
| Modifier and Type | Method and Description | 
|---|---|
void | 
exceptionOccurredIfUndone(java.lang.Exception exception)
Called when an exception occurred. 
 | 
void | 
resultAvailableIfUndone(E result)
Called when the result is available. 
 | 
void resultAvailableIfUndone(E result)
result - The result.void exceptionOccurredIfUndone(java.lang.Exception exception)
exception - The exception.