public interface Scheduler extends LifeCycle
Modifier and Type | Interface and Description |
---|---|
static interface |
Scheduler.Task |
LifeCycle.Listener
Modifier and Type | Method and Description |
---|---|
Scheduler.Task |
schedule(java.lang.Runnable task,
long delay,
java.util.concurrent.TimeUnit units) |
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stop
Scheduler.Task schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
Copyright © 1995–2023 Webtide. All rights reserved.