Uses of Package
org.jdeferred2
-
Packages that use org.jdeferred2 Package Description org.jdeferred2 org.jdeferred2.impl org.jdeferred2.multiple -
Classes in org.jdeferred2 used by org.jdeferred2 Class Description AlwaysCallback A callback invoked when thePromise
's state becomes eitherPromise.State.RESOLVED
orPromise.State.REJECTED
.AlwaysPipe CallbackExceptionHandler.CallbackType CancellationHandler Allows aDeferredFutureTask
to onCancel resources when its task is interrupted or cancelled.Deferred Deferred interface to trigger an event (resolve, reject, notify).DeferredCallable Use this as superclass in case you need to be able to return a result and notify progress.DeferredFutureTask FutureTask can wrap aroundCallable
andRunnable
.DeferredManager.StartPolicy DeferredRunnable Use this as superclass in case you need to be able to be able to notify progress.DoneCallback A callback invoked when thePromise
's state becomesPromise.State.RESOLVED
.DoneFilter A filter invoked when thePromise
's state becomesPromise.State.RESOLVED
.DonePipe A pipe invoked when thePromise
's state becomesPromise.State.RESOLVED
.FailCallback A callback invoked when thePromise
's state becomesPromise.State.REJECTED
.FailFilter A filter invoked when thePromise
's state becomesPromise.State.REJECTED
.FailPipe A pipe invoked when thePromise
's state becomesPromise.State.REJECTED
.ProgressCallback A callback invoked when thePromise
publishes intermediate results while its state is stillPromise.State.PENDING
.ProgressFilter A filter invoked when thePromise
publishes intermediate results while it is still in the state + *Promise.State.PENDING
.ProgressPipe A pipe invoked when thePromise
publishes intermediate results while it is still in the statePromise.State.PENDING
.Promise Promise interface to observe when some action has occurred on the correspondingDeferred
object.Promise.State -
Classes in org.jdeferred2 used by org.jdeferred2.impl Class Description AlwaysCallback A callback invoked when thePromise
's state becomes eitherPromise.State.RESOLVED
orPromise.State.REJECTED
.AlwaysPipe CallbackExceptionHandler Handles global exceptions that are uncaught by the callbacks.CallbackExceptionHandler.CallbackType Deferred Deferred interface to trigger an event (resolve, reject, notify).DeferredCallable Use this as superclass in case you need to be able to return a result and notify progress.DeferredFutureTask FutureTask can wrap aroundCallable
andRunnable
.DeferredManager DeferredManager
is especially useful when dealing with asynchronous tasks, eitherRunnable
orCallable
objects.DeferredRunnable Use this as superclass in case you need to be able to be able to notify progress.DoneCallback A callback invoked when thePromise
's state becomesPromise.State.RESOLVED
.DoneFilter A filter invoked when thePromise
's state becomesPromise.State.RESOLVED
.DonePipe A pipe invoked when thePromise
's state becomesPromise.State.RESOLVED
.FailCallback A callback invoked when thePromise
's state becomesPromise.State.REJECTED
.FailFilter A filter invoked when thePromise
's state becomesPromise.State.REJECTED
.FailPipe A pipe invoked when thePromise
's state becomesPromise.State.REJECTED
.ProgressCallback A callback invoked when thePromise
publishes intermediate results while its state is stillPromise.State.PENDING
.ProgressFilter A filter invoked when thePromise
publishes intermediate results while it is still in the state + *Promise.State.PENDING
.ProgressPipe A pipe invoked when thePromise
publishes intermediate results while it is still in the statePromise.State.PENDING
.Promise Promise interface to observe when some action has occurred on the correspondingDeferred
object.Promise.State -
Classes in org.jdeferred2 used by org.jdeferred2.multiple Class Description Promise Promise interface to observe when some action has occurred on the correspondingDeferred
object.