|
|||||||||
| 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,
java.lang.String arg)
A timer task is started. |
| Method Detail |
|---|
void run(TimerEntry e,
java.lang.String arg)
throws java.lang.Exception
e - the persistent timer entryarg - the argument string defined in the timer entry.
java.lang.Exceptionvoid abort()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||