Package kilim.timerservice
Interface TimerService.WatchdogContext
-
- All Known Implementing Classes:
AffineScheduler.Executor,ForkJoinScheduler
- Enclosing class:
- TimerService
public static interface TimerService.WatchdogContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()booleanisEmptyish()voidpublish(TimerService.WatchdogTask dog)
-
-
-
Method Detail
-
isEmpty
boolean isEmpty()
-
isEmptyish
boolean isEmptyish()
-
publish
void publish(TimerService.WatchdogTask dog)
-
-