public abstract class Scheduler
extends java.lang.Object
Constructor and Description |
---|
Scheduler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
doJob() |
java.lang.Boolean |
isCancelled() |
java.lang.Boolean |
isDone() |
void |
start(int intervalSeconds) |
void |
stop() |