Interface AbstractScheduledService.Cancellable

All Known Implementing Classes:
AbstractScheduledService.CustomScheduler.SupplantableFuture, AbstractScheduledService.FutureAsCancellable
Enclosing class:
AbstractScheduledService

static interface AbstractScheduledService.Cancellable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cancel(boolean mayInterruptIfRunning)
     
    boolean
     
  • Method Details

    • cancel

      void cancel(boolean mayInterruptIfRunning)
    • isCancelled

      boolean isCancelled()