|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public static interface DirectoryWatcher.FileChangeListener
Interface for FileChangeListeners
Method Summary | |
---|---|
void
|
onChange(java.io.File file)
Fired when a file changes |
void
|
onNew(java.io.File file)
Fired when a new file is created |
Method Detail |
---|
public void onChange(java.io.File file)
file
- The file that changed
public void onNew(java.io.File file)
file
- The file that was created
Groovy Documentation