|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TimerTask
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit).
| Method Summary | |
|---|---|
void |
run(Timeout timeout)
Executed after the delay specified with Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit). |
| Method Detail |
|---|
void run(Timeout timeout)
throws java.lang.Exception
Timer.newTimeout(TimerTask, long, java.util.concurrent.TimeUnit).
timeout - a handle which is associated with this task
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||