Save This Page
Home » quartz-1.6.0 » org » quartz » examples » example9 » [javadoc | source]
org.quartz.examples.example9
public class: Job1Listener [javadoc | source]
java.lang.Object
   org.quartz.examples.example9.Job1Listener

All Implemented Interfaces:
    JobListener

Method from org.quartz.examples.example9.Job1Listener Summary:
getName,   jobExecutionVetoed,   jobToBeExecuted,   jobWasExecuted
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.examples.example9.Job1Listener Detail:
 public String getName() 
 public  void jobExecutionVetoed(JobExecutionContext inContext) 
 public  void jobToBeExecuted(JobExecutionContext inContext) 
 public  void jobWasExecuted(JobExecutionContext inContext,
    JobExecutionException inException)