| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| Modifier and Type | Method and Description |
|---|---|
IListenerManager |
IScheduler.getListenerManager()
Get a reference to the scheduler's
ListenerManager, through
which listeners may be registered. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerManager |
| Modifier and Type | Method and Description |
|---|---|
IListenerManager |
QuartzScheduler.getListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
IListenerManager |
StdScheduler.getListenerManager() |
Copyright © 2016–2021 Philip Helger. All rights reserved.