| Package | Description |
|---|---|
| org.apache.jena.atlas.lib |
| Modifier and Type | Method and Description |
|---|---|
Alarm |
AlarmClock.add(Runnable task,
long delay)
Add a task to be called after a delay (in milliseconds)
|
Alarm |
AlarmClock.reset(Alarm alarm,
long delay)
Reschedule a task to now run after a different delay from now (in milliseconds)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmClock.cancel(Alarm alarm)
Cancel a task
|
Alarm |
AlarmClock.reset(Alarm alarm,
long delay)
Reschedule a task to now run after a different delay from now (in milliseconds)
|
Licenced under the Apache License, Version 2.0