| Modifier and Type | Method and Description |
|---|---|
boolean |
Promise.cancel(boolean interrupt)
Called to attempt to stop the computation.
|
void |
Deferred.progress(P that)
Called to notify listeners that the some work has been done in the computation.
|
void |
Deferred.reject(F that)
Called to indicate the failure of the computation this promise represents.
|
void |
Deferred.resolve(T that)
Called to indicate the successful completion of the computation this deferred represents.
|
Copyright © 2014 MachineCode. All rights reserved.