Interface AbstractScheduledService.Cancellable
- All Known Implementing Classes:
AbstractScheduledService.CustomScheduler.SupplantableFuture
,AbstractScheduledService.FutureAsCancellable
- Enclosing class:
AbstractScheduledService
static interface AbstractScheduledService.Cancellable
-
Method Summary
-
Method Details
-
cancel
void cancel(boolean mayInterruptIfRunning) -
isCancelled
boolean isCancelled()
-