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 AlwaysPipe CallbackExceptionHandler.CallbackType CancellationHandler Allows aDeferredFutureTaskto 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 aroundCallableandRunnable.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 becomesRESOLVED.DoneFilter A filter invoked when thePromise's state becomesRESOLVED.DonePipe A pipe invoked when thePromise's state becomesRESOLVED.FailCallback A callback invoked when thePromise's state becomesREJECTED.FailFilter A filter invoked when thePromise's state becomesREJECTED.FailPipe A pipe invoked when thePromise's state becomesREJECTED.ProgressCallback A callback invoked when thePromisepublishes intermediate results while its state is stillPENDING.ProgressFilter A filter invoked when thePromisepublishes intermediate results while it is still in the state + *PENDING.ProgressPipe A pipe invoked when thePromisepublishes intermediate results while it is still in the statePENDING.Promise Promise interface to observe when some action has occurred on the correspondingDeferredobject.Promise.State -
Classes in org.jdeferred2 used by org.jdeferred2.impl Class Description AlwaysCallback 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 aroundCallableandRunnable.DeferredManager DeferredManageris especially useful when dealing with asynchronous tasks, eitherRunnableorCallableobjects.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 becomesRESOLVED.DoneFilter A filter invoked when thePromise's state becomesRESOLVED.DonePipe A pipe invoked when thePromise's state becomesRESOLVED.FailCallback A callback invoked when thePromise's state becomesREJECTED.FailFilter A filter invoked when thePromise's state becomesREJECTED.FailPipe A pipe invoked when thePromise's state becomesREJECTED.ProgressCallback A callback invoked when thePromisepublishes intermediate results while its state is stillPENDING.ProgressFilter A filter invoked when thePromisepublishes intermediate results while it is still in the state + *PENDING.ProgressPipe A pipe invoked when thePromisepublishes intermediate results while it is still in the statePENDING.Promise Promise interface to observe when some action has occurred on the correspondingDeferredobject.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 correspondingDeferredobject.