Configuring a TriggerListener
The process of configuring a triggerListener is very similar to that of a JobListener. In fact, aside from switching jobListener for TRiggerListener, it's the same.
org.quartz.triggerListener.NAME.class = com.foo.SomeListenerClass
You also provide the properties in the same way:
org.quartz.triggerListener.NAME.propName = propValue org.quartz.triggerListener.NAME.prop2Name = prop2Value
For more information on Quartz Listeners, see Chapter 7, "Implementing Quartz Listeners."