org.quartz.jobs
Interface DirectoryScanListener


public interface DirectoryScanListener

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

Instances should be stored in the SchedulerContext such that the DirectoryScanJob can find it.

Author:
jhouse
See Also:
DirectoryScanJob, SchedulerContext

Method Summary
 void filesUpdatedOrAdded(File[] updatedFiles)
           
 

Method Detail

filesUpdatedOrAdded

void filesUpdatedOrAdded(File[] updatedFiles)
Parameters:
updatedFiles - The set of files that were updated/added since the last scan of the directory


Copyright 2001-2013, Terracotta, Inc.