public class ImmediateTask extends java.lang.Object implements TimeScheduler.Task
Constructor and Description |
---|
ImmediateTask(java.lang.Runnable r) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancelled() |
long |
nextInterval() |
void |
run()
Execute the task
|
public boolean cancelled()
cancelled
in interface TimeScheduler.Task
public long nextInterval()
nextInterval
in interface TimeScheduler.Task
public void run()
TimeScheduler.Task
run
in interface TimeScheduler.Task
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.