JobListenerSupport ClassQuartz.NET API Documentation
A helpful abstract base class for implementors of IJobListener.
Inheritance Hierarchy

System Object
  Quartz.Listener JobListenerSupport
    Quartz.Listener JobChainingJobListener

Namespace: Quartz.Listener
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public abstract class JobListenerSupport : IJobListener
Remarks

The methods in this class are empty so you only need to override the subset for the IJobListener events you care about.

You are required to implement Name to return the unique name of your IJobListener.

See Also