Interface FileWatcher
- All Known Implementing Classes:
ConfigurationFileWatcher,ScriptManager,WrappedFileWatcher
public interface FileWatcher
Watches for changes in a
File and performs an action when the file is modified.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidfileModified(File file) Called when aWatchManagerdetects that the givenFilechanged.
-
Method Details
-
fileModified
Called when aWatchManagerdetects that the givenFilechanged.- Parameters:
file- the file that changed.- See Also:
-