| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T,F extends Throwable>
A representation of a computation allowing listeners to be notified of state changes.
|
| Modifier and Type | Method and Description |
|---|---|
Promise<T,F> |
Promise.onCancel(OnCancel then)
Triggered on any event after which
Promise.isCancelled() will return true. |
Copyright © 2014 MachineCode. All rights reserved.