| Class and Description |
|---|
| CancelledException |
| CompletionException |
| Deferred
A representation of a computation allowing listeners to be notified of state changes.
|
| ListenerException |
| OnCancel
Listener for a
Promise entering a Deferred.CANCELLED terminal state. |
| OnComplete |
| OnProgress
Listener for a
Deferred.progress(Object) |
| OnReject
Listener for a
Deferred entering a Deferred.REJECTED state. |
| OnResolve
Listener for a
Deferred entering a Deferred.RESOLVED state. |
| Promise
A read-only representation of a
Deferred allowing listeners to be notified of state changes, though
clients are allowed to attempt to stop the computation using Promise.cancel(boolean). |
| RejectedException |
| ResolvedException |
Copyright © 2014 MachineCode. All rights reserved.