Uses of Package
org.jdeferred2
Packages that use org.jdeferred2
-
Classes in org.jdeferred2 used by org.jdeferred2ClassDescriptionA callback invoked when the
Promise's state becomes eitherPromise.State.RESOLVEDorPromise.State.REJECTED.Allows aDeferredFutureTaskto onCancel resources when its task is interrupted or cancelled.Deferred interface to trigger an event (resolve, reject, notify).Use this as superclass in case you need to be able to return a result and notify progress.Use this as superclass in case you need to be able to be able to notify progress.A callback invoked when thePromise's state becomesPromise.State.RESOLVED.A filter invoked when thePromise's state becomesPromise.State.RESOLVED.A pipe invoked when thePromise's state becomesPromise.State.RESOLVED.A callback invoked when thePromise's state becomesPromise.State.REJECTED.A filter invoked when thePromise's state becomesPromise.State.REJECTED.A pipe invoked when thePromise's state becomesPromise.State.REJECTED.A callback invoked when thePromisepublishes intermediate results while its state is stillPromise.State.PENDING.A filter invoked when thePromisepublishes intermediate results while it is still in the state + *Promise.State.PENDING.A pipe invoked when thePromisepublishes intermediate results while it is still in the statePromise.State.PENDING.Promise interface to observe when some action has occurred on the correspondingDeferredobject. -
Classes in org.jdeferred2 used by org.jdeferred2.implClassDescriptionA callback invoked when the
Promise's state becomes eitherPromise.State.RESOLVEDorPromise.State.REJECTED.Handles global exceptions that are uncaught by the callbacks.Deferred interface to trigger an event (resolve, reject, notify).Use this as superclass in case you need to be able to return a result and notify progress.DeferredManageris especially useful when dealing with asynchronous tasks, eitherRunnableorCallableobjects.Use this as superclass in case you need to be able to be able to notify progress.A callback invoked when thePromise's state becomesPromise.State.RESOLVED.A filter invoked when thePromise's state becomesPromise.State.RESOLVED.A pipe invoked when thePromise's state becomesPromise.State.RESOLVED.A callback invoked when thePromise's state becomesPromise.State.REJECTED.A filter invoked when thePromise's state becomesPromise.State.REJECTED.A pipe invoked when thePromise's state becomesPromise.State.REJECTED.A callback invoked when thePromisepublishes intermediate results while its state is stillPromise.State.PENDING.A filter invoked when thePromisepublishes intermediate results while it is still in the state + *Promise.State.PENDING.A pipe invoked when thePromisepublishes intermediate results while it is still in the statePromise.State.PENDING.Promise interface to observe when some action has occurred on the correspondingDeferredobject. -
Classes in org.jdeferred2 used by org.jdeferred2.multiple