Uses of Interface
org.xnio.FileChangeCallback
-
Packages that use FileChangeCallback Package Description org.xnio The main API package for XNIO. -
-
Uses of FileChangeCallback in org.xnio
Methods in org.xnio with parameters of type FileChangeCallback Modifier and Type Method Description voidFileSystemWatcher. unwatchPath(java.io.File file, FileChangeCallback callback)Stop watching a path.voidFileSystemWatcher. watchPath(java.io.File file, FileChangeCallback callback)Watch the given path recursively, and invoke the callback when a change is made.
-