public interface FileWatcher
File and performs an action when the file is modified.WatchManager| Modifier and Type | Method and Description |
|---|---|
void |
fileModified(java.io.File file)
Called when a
WatchManager detects that the given File changed. |
void fileModified(java.io.File file)
WatchManager detects that the given File changed.file - the file that changed.WatchManager