Interface AbstractScheduledService.Cancellable
-
- All Known Implementing Classes:
AbstractScheduledService.CustomScheduler.SupplantableFuture
,AbstractScheduledService.FutureAsCancellable
- Enclosing class:
- AbstractScheduledService
static interface AbstractScheduledService.Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel(boolean mayInterruptIfRunning)
boolean
isCancelled()
-