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 CancellationHandler
DeferredFutureTask.cancellationHandler
Constructors in org.jdeferred2 with parameters of type CancellationHandlerModifierConstructorDescriptionDeferredFutureTask
(Runnable task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTask
with the given task and a explicitCancellationHandler
The givencancellationHandler
has precedence over the given task if the task implements theCancellationHandler
interface.DeferredFutureTask
(Callable<D> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTask
with the given task and a explicitCancellationHandler
The givencancellationHandler
has precedence over the given task if the task implements theCancellationHandler
interface.DeferredFutureTask
(DeferredCallable<D, P> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTask
with the given task and a explicitCancellationHandler
The givencancellationHandler
has precedence over the given task if the task implements theCancellationHandler
interface.DeferredFutureTask
(DeferredRunnable<P> task, CancellationHandler cancellationHandler) Creates a newDeferredFutureTask
with the given task and a explicitCancellationHandler
The givencancellationHandler
has precedence over the given task if the task implements theCancellationHandler
interface.