Interface FileWatcher
-
- All Known Implementing Classes:
ConfiguratonFileWatcher,ScriptManager
public interface FileWatcherWatches for changes in a File and performs an action when the file is modified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfileModified(java.io.File file)
-