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."
Scheduling in the Enterprise
Getting Started with Quartz
Hello, Quartz
Scheduling Jobs
Cron Triggers and More
JobStores and Persistence
Implementing Quartz Listeners
Using Quartz Plug-Ins
Using Quartz Remotely
Using Quartz with J2EE
Clustering Quartz
Quartz Cookbook
Quartz and Web Applications
Using Quartz with Workflow
Appendix A. Quartz Configuration Reference