|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.util.TimerTask
The TimerTask
class is the base class for implementing
tasks run by a Timer
instance.
Timer
Constructor Summary | |
TimerTask()
|
Method Summary | |
boolean |
cancel()
Cancels this task by removing it from the timer's tasks list, and interrupting the timer thread if necessary. |
abstract void |
run()
Method called by the timer when the task is ready to execute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimerTask()
Method Detail |
public boolean cancel()
public abstract void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |