Interface FileChangeCallback
-
public interface FileChangeCallbackCallback for file system change events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleChanges(Collection<FileChangeEvent> changes)Method that is invoked when file system changes are detected.
-
-
-
Method Detail
-
handleChanges
void handleChanges(Collection<FileChangeEvent> changes)
Method that is invoked when file system changes are detected.- Parameters:
changes- the file system changes
-
-