Uses of Interface
org.jdeferred2.CancellationHandler
Packages that use CancellationHandler
-
Uses of CancellationHandler in org.jdeferred2
Fields in org.jdeferred2 declared as CancellationHandlerModifier and TypeFieldDescriptionprivate CancellationHandlerDeferredFutureTask.cancellationHandlerConstructors in org.jdeferred2 with parameters of type CancellationHandlerModifierConstructorDescriptionDeferredFutureTask(Runnable task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(Callable<D> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(DeferredCallable<D, P> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.DeferredFutureTask(DeferredRunnable<P> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTaskwith the given task and a explicitCancellationHandlerThe givencancellationHandlerhas precedence over the given task if the task implements theCancellationHandlerinterface.