Package | Description |
---|---|
org.elkoserver.foundation.timer |
Classes supporting timer-driven events in the Elko server environment.
|
Modifier and Type | Method and Description |
---|---|
Timeout |
Timer.after(long millis,
TimeoutNoticer target)
Sets a timeout for the specified number of milliseconds.
|
Timeout |
Timer.after(long millis,
TimeoutNoticer target,
boolean synchronous)
Sets a timeout for the specified number of milliseconds.
|
Copyright © 2017. All rights reserved.