Package | Description |
---|---|
com.xalys.xgl.util |
Modifier and Type | Method and Description |
---|---|
static Timer |
Timer.runAsync(Runnable runnable,
int delayMillis) |
static Timer |
Timer.schedule(Runnable runnable,
int delayInMillis) |
Timer |
Timer.scheduleRepeating(int periodInMillis) |
static Timer |
Timer.scheduleRepeating(Runnable runnable,
int delayInMillis) |
Copyright © 2018 Xalys. All rights reserved.