Package org.grails.io.watch
Interface DirectoryWatcher.FileChangeListener
-
- Enclosing class:
- DirectoryWatcher
public static interface DirectoryWatcher.FileChangeListenerInterface for FileChangeListeners
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(java.io.File file)Fired when a file changesvoidonNew(java.io.File file)Fired when a new file is created
-