Implementing Quartz Listeners
Listeners provide a convenient and unobtrusive mechanism for getting notified when certain events of interest occur. Quartz provides three types of listeners: one for jobs, one for triggers, and one for the Scheduler itself. This chapter explains how to use each type to better manage your Quartz applications and be aware of what events are occurring.