public class SchedulerThread extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchedulerThread.ScheduledJob |
| Modifier and Type | Field and Description |
|---|---|
static int |
WAIT_TO_CHECK_TIME |
| Constructor and Description |
|---|
SchedulerThread(java.util.function.LongSupplier nanoTimeRetriever) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJob(SchedulerThread.ScheduledJob scheduledJob) |
void |
pulse() |
void |
start() |
void |
stop() |
public static final int WAIT_TO_CHECK_TIME
public SchedulerThread(java.util.function.LongSupplier nanoTimeRetriever)
public void addJob(SchedulerThread.ScheduledJob scheduledJob)
public void start()
public void pulse()
public void stop()
Copyright © 2018. All rights reserved.