Class NoOpJob

java.lang.Object
org.quartz.jobs.NoOpJob
All Implemented Interfaces:
Job

public class NoOpJob extends Object implements Job
An implementation of Job, that does absolutely nothing - useful for system which only wish to use TriggerListeners and JobListeners, rather than writing Jobs that perform work.
Author:
James House