Constructor and Description |
---|
NoOpScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shutdown scheduler: once done, the scheduler will not be usable
anymore.
|
void |
start(java.lang.Runnable runnable)
Schedule task.
|
void |
stop()
Stop pending task.
|
public void start(java.lang.Runnable runnable)
Scheduler
public void stop()
Scheduler
Copyright © 2018. All Rights Reserved.