@Deprecated public interface WatcherListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExists(String base,
String filename,
Boolean modified)
Deprecated.
When a file or directory is added or modified.
|
void |
onRemoved(String base,
String filename)
Deprecated.
Notify that a file or directory was removed.
|
void onExists(String base, String filename, Boolean modified) throws IllegalStateException
filename - of themodified - false is created, true if modified, null if bootstrapping.IllegalStateException - when this listener is no longer validvoid onRemoved(String base, String filename) throws IllegalStateException
filename - removed.IllegalStateException - when this listener is no longer validCopyright © 2023. All rights reserved.