Uses of Interface
org.jdeferred2.CancellationHandler

Packages that use CancellationHandler
Package
Description
 
  • Uses of CancellationHandler in org.jdeferred2

    Constructors in org.jdeferred2 with parameters of type CancellationHandler
    Modifier
    Constructor
    Description
     
    DeferredFutureTask(Runnable task, CancellationHandler cancellationHandler)
    Creates a new DeferredFutureTask with the given task and a explicit CancellationHandler The given cancellationHandler has precedence over the given task if the task implements the CancellationHandler interface.
     
    DeferredFutureTask(Callable<D> task, CancellationHandler cancellationHandler)
    Creates a new DeferredFutureTask with the given task and a explicit CancellationHandler The given cancellationHandler has precedence over the given task if the task implements the CancellationHandler interface.
     
    Creates a new DeferredFutureTask with the given task and a explicit CancellationHandler The given cancellationHandler has precedence over the given task if the task implements the CancellationHandler interface.
     
    Creates a new DeferredFutureTask with the given task and a explicit CancellationHandler The given cancellationHandler has precedence over the given task if the task implements the CancellationHandler interface.