public interface ScheduledClock
Modifier and Type | Interface and Description |
---|---|
static interface |
ScheduledClock.Job |
Modifier and Type | Method and Description |
---|---|
ScheduledClock.Job |
createJob(Runnable r) |
boolean |
isJobSchedulable() |
void |
schedule(ScheduledClock.Job j,
long _millis) |
boolean isJobSchedulable()
ScheduledClock.Job createJob(Runnable r)
void schedule(ScheduledClock.Job j, long _millis)
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.