Interface FileChangeCallback
public interface FileChangeCallback
Callback for file system change events
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleChanges(Collection<FileChangeEvent> changes) Method that is invoked when file system changes are detected.
-
Method Details
-
handleChanges
Method that is invoked when file system changes are detected.- Parameters:
changes- the file system changes
-