| Constructor and Description |
|---|
PeriodicRunnable(long intervalMillis,
T action) |
| Modifier and Type | Method and Description |
|---|---|
Thread |
getThread() |
void |
run() |
PeriodicRunnable<T> |
startDaemonThread() |
PeriodicRunnable<T> |
startMainThread() |
public PeriodicRunnable(long intervalMillis,
T action)
public PeriodicRunnable<T> startDaemonThread()
public PeriodicRunnable<T> startMainThread()
public Thread getThread()
Copyright © 2017. All rights reserved.