public interface PathAlterationListener
FileAlterationListener| Modifier and Type | Method and Description |
|---|---|
void |
onDirectoryChange(Path directory) |
void |
onDirectoryCreate(Path directory) |
void |
onDirectoryDelete(Path directory) |
void |
onFileChange(Path path) |
void |
onFileCreate(Path path) |
void |
onFileDelete(Path path) |
void |
onStart(PathAlterationObserver observer) |
void |
onStop(PathAlterationObserver observer) |
void onStart(PathAlterationObserver observer)
void onFileCreate(Path path)
void onFileChange(Path path)
void onStop(PathAlterationObserver observer)
void onDirectoryCreate(Path directory)
void onDirectoryChange(Path directory)
void onDirectoryDelete(Path directory)
void onFileDelete(Path path)