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.RESOLVED
orPromise.State.REJECTED
.Allows aDeferredFutureTask
to 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 thePromise
publishes intermediate results while its state is stillPromise.State.PENDING
.A filter invoked when thePromise
publishes intermediate results while it is still in the state + *Promise.State.PENDING
.A pipe invoked when thePromise
publishes intermediate results while it is still in the statePromise.State.PENDING
.Promise interface to observe when some action has occurred on the correspondingDeferred
object. -
Classes in org.jdeferred2 used by org.jdeferred2.implClassDescriptionA callback invoked when the
Promise
's state becomes eitherPromise.State.RESOLVED
orPromise.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.DeferredManager
is especially useful when dealing with asynchronous tasks, eitherRunnable
orCallable
objects.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 thePromise
publishes intermediate results while its state is stillPromise.State.PENDING
.A filter invoked when thePromise
publishes intermediate results while it is still in the state + *Promise.State.PENDING
.A pipe invoked when thePromise
publishes intermediate results while it is still in the statePromise.State.PENDING
.Promise interface to observe when some action has occurred on the correspondingDeferred
object. -
Classes in org.jdeferred2 used by org.jdeferred2.multiple