Interface FileWatcherListener
-
- All Superinterfaces:
EventListener
public interface FileWatcherListener extends EventListener
File watcher listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changesDetected(List<File> newFiles, List<File> modifiedFiles, List<File> removedFiles)
Called when file watched detected a change on disk.
-