Class | Description |
---|---|
BroadcastSchedulerListener |
Holds a List of references to SchedulerListener instances and broadcasts all
events to them (in order).
|
FilterAndBroadcastJobListener |
Holds a List of references to JobListener instances and broadcasts all
events to them (in order) - if the event is not excluded via filtering
(read on).
|
FilterAndBroadcastTriggerListener |
Holds a List of references to TriggerListener instances and broadcasts all
events to them (in order) - if the event is not excluded via filtering
(read on).
|
JobChainingJobListener |
Keeps a collection of mappings of which Job to trigger after the completion
of a given job.
|
JobListenerSupport |
A helpful abstract base class for implementors of
. |
SchedulerListenerSupport |
A helpful abstract base class for implementors of
. |
TriggerListenerSupport |
A helpful abstract base class for implementors of
. |