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