|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimerTask
A Task for the Timer. This interface must be implemented by classes that should be controlled by the timer mechanism.
| Method Summary | |
|---|---|
void |
abort()
Abort the running timer task. |
void |
run(TimerEntry e,
String arg)
A timer task is started. |
| Method Detail |
|---|
void run(TimerEntry e,
String arg)
throws Exception
e - the persistent timer entryarg - the argument string defined in the timer entry.
Exceptionvoid abort()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||