public interface SystemFileListener
| Modifier and Type | Method and Description |
|---|---|
void |
modified(java.io.File file)
Informs that tracked file was modified.
|
void |
unbound(java.io.File file)
Informs that tracked file was deleted, renamed or moved and cannot be tracked anymore.
|