org.quartz.jobs
Interface FileScanListener

All Known Implementing Classes:
JobInitializationPlugin

public interface FileScanListener

Interface for objects wishing to receive a 'call-back' from a FileScanJob.

Author:
jhouse
See Also:
FileScanJob

Method Summary
 void fileUpdated(java.lang.String fileName)
           
 

Method Detail

fileUpdated

public void fileUpdated(java.lang.String fileName)

Quartz Project Page