public class IgnoreCompleteExceptonFutureCallback<T>
extends java.lang.Object
| Constructor and Description |
|---|
IgnoreCompleteExceptonFutureCallback(<any> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
completed(T result) |
void |
failed(java.lang.Exception ex) |
public IgnoreCompleteExceptonFutureCallback(<any> callback)
public void completed(T result)
public void failed(java.lang.Exception ex)
public void cancelled()