Interface FileWatcher
-
- All Known Implementing Classes:
ConfiguratonFileWatcher
,ScriptManager
public interface FileWatcher
Watches 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 void
fileModified(java.io.File file)
-