Timer#newTimeout(TimerTask, long, TimeUnit)
.
Modifier and Type | Method and Description |
---|---|
public void | run(Timeout
a handle which is associated with this task timeout)Executed after the delay specified with
|
run | back to summary |
---|---|
public void run(Timeout timeout) throws Exception Executed after the delay specified with
|