Interface JobListener


public interface JobListener
The interface to be implemented by classes that want to be informed when a JobDetail executes. In general, applications that use a Scheduler will not have use for this mechanism.
Author:
James House