Interface FileWatcher
-
- All Known Implementing Classes:
ConfigurationFileWatcher
,ScriptManager
,WrappedFileWatcher
public interface FileWatcher
Watches for changes in aFile
and performs an action when the file is modified.- See Also:
WatchManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileModified(File file)
Called when aWatchManager
detects that the givenFile
changed.
-
-
-
Method Detail
-
fileModified
void fileModified(File file)
Called when aWatchManager
detects that the givenFile
changed.- Parameters:
file
- the file that changed.- See Also:
WatchManager
-
-