public class FolderWatcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FolderWatcher.FolderWatchListener |
| Constructor and Description |
|---|
FolderWatcher(java.nio.file.Path rootPath,
FolderWatcher.FolderWatchListener folderWatchListener) |
| Modifier and Type | Method and Description |
|---|---|
int |
getWatcherCont() |
void |
update(dev.felnull.fnjl.io.FolderWatcher.SubFolderWatcher watcher,
java.nio.file.Path path,
java.lang.String name,
java.nio.file.WatchEvent<?> watchEvent) |
public FolderWatcher(java.nio.file.Path rootPath,
FolderWatcher.FolderWatchListener folderWatchListener)
throws java.io.IOException
java.io.IOException