| Class and Description |
|---|
| CancelledException |
| CompletionException |
| ListenerException |
| OnCancel
Listener for a
Promise entering a Promise.CANCELLED terminal state. |
| OnComplete
Listener for a
Promise entering a state where Promise.isDone()
returns true. |
| OnReject
Listener for a
Promise entering a Promise.REJECTED state. |
| OnResolve
Listener for a
Promise entering a Promise.RESOLVED state. |
| Promise
A representation of a computation allowing listeners to be notified of state changes.
|
| RejectedException |
| ResolvedException |
Copyright © 2014 MachineCode. All rights reserved.