Add handlers to be called when the Deferred object is either resolved or rejected.
Add handlers to be called when the Deferred object is resolved.
Add handlers to be called when the Deferred object is rejected.
Call the progressCallbacks on a Deferred object with the given args.
Optional arguments that are passed to the progressCallbacks.
Call the progressCallbacks on a Deferred object with the given context and args.
Context passed to the progressCallbacks as the this object.
Add handlers to be called when the Deferred object generates progress notifications.
Return a Deferred's Promise object.
Object onto which the promise methods have to be attached
Reject a Deferred object and call any failCallbacks with the given args.
Optional arguments that are passed to the failCallbacks.
Reject a Deferred object and call any failCallbacks with the given context and args.
Context passed to the failCallbacks as the this object.
Resolve a Deferred object and call any doneCallbacks with the given args.
First argument passed to doneCallbacks.
Optional subsequent arguments that are passed to the doneCallbacks.
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Context passed to the doneCallbacks as the this object.
Determine the current state of a Deferred object.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
A function that is called when the Deferred is resolved.
An optional function that is called when the Deferred is rejected.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
A function that is called when the Deferred is resolved.
An optional function that is called when the Deferred is rejected.
Generated using TypeDoc
Interface for the JQuery deferred, part of callbacks