Package org.quartz.jobs
-
Interface Summary Interface Description DirectoryScanListener Interface for objects wishing to receive a 'call-back' from aDirectoryScanJob.FileScanListener Interface for objects wishing to receive a 'call-back' from aFileScanJob. -
Class Summary Class Description DirectoryScanJob Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected.FileScanJob Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.NoOpJob An implementation of Job, that does absolutely nothing - useful for system which only wish to useandTriggerListeners, rather than writing Jobs that perform work.JobListeners