public class CancelledTransformHelper<T> extends Object implements FutureDone<T>
| Constructor and Description |
|---|
CancelledTransformHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
failed(Throwable cause) |
void |
resolved(T result) |
public void failed(Throwable cause) throws Exception
failed in interface FutureDone<T>Exceptionpublic void resolved(T result) throws Exception
resolved in interface FutureDone<T>Exceptionpublic void cancelled()
throws Exception
cancelled in interface FutureDone<T>ExceptionCopyright © 2017. All rights reserved.