Class NoOpScheduler
java.lang.Object
com.thebuzzmedia.exiftool.core.schedulers.NoOpScheduler
- All Implemented Interfaces:
Scheduler
This scheduler do nothing (use it for disabling scheduler).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoOpScheduler
public NoOpScheduler()
-
-
Method Details
-
start
Description copied from interface:Scheduler
Schedule task.
Task should not run immediately, instead it should run in a specified amount of time (implementation dependent). -
stop
public void stop()Description copied from interface:Scheduler
Stop pending task. -
shutdown
public void shutdown()Description copied from interface:Scheduler
Shutdown scheduler: once done, the scheduler will not be usable anymore.
-