public abstract class WatchedRunner extends Object implements Runnable
Constructor and Description |
---|
WatchedRunner(long timeBeforeSkip) |
Modifier and Type | Method and Description |
---|---|
abstract void |
doTask() |
void |
go() |
void |
run() |
boolean |
taskCompleted() |
public WatchedRunner(long timeBeforeSkip)