public interface DirectoryWatchEventListener
FileWatchService
.Modifier and Type | Interface and Description |
---|---|
static class |
DirectoryWatchEventListener.FileChangeType |
Modifier and Type | Method and Description |
---|---|
void |
onWatchEvent(Path watchDir,
Path oldFile,
Path newFile,
DirectoryWatchEventListener.FileChangeType change)
Invoked when a directory/file has changed within a registered 'watch'.
|
void onWatchEvent(Path watchDir, Path oldFile, Path newFile, DirectoryWatchEventListener.FileChangeType change)
Copyright © 2015–2024 Frank Stock. All rights reserved.