|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.util.TimerTask
The timer task that has scheduled tasks
| Constructor Summary | |
protected |
TimerTask()
Create a new timer task |
| Method Summary | |
boolean |
cancel()
Cancel the task |
abstract void |
run()
Run the task |
long |
scheduledExecutionTime()
Return the most recent execution time |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected TimerTask()
| Method Detail |
public boolean cancel()
public long scheduledExecutionTime()
public abstract void run()
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||