Quartz.Net Trigger Listeners, Part 4 of Quartz.Net Listeners in Detail
This is the fourth post in the Quartz.Net Listener Tutorial series. It’s also the fourth part of the introduction to listeners overview series. You can find Part 1 here, Part 2 here and Part 3 here. Today we’ll be looking at trigger listeners and how to implement one.
As we mentioned in Part 1, trigger listeners get notified of trigger level events. To implement a trigger listener, you need to implement the ITriggerListener interface. Here’s what that interface looks like:
Continue Reading