com.jniwrapper.unix.system.io package contains classes, which are related to system file
watcher functionality on Unix platforms.See: Description
| Interface | Description |
|---|---|
| FileSystemEventListener |
Interface for listening to file system events.
|
| Class | Description |
|---|---|
| FileSystemEvent |
This class provides information about an event occurred in the file system.
|
| FileSystemWatcher |
FileSystemWatcher class is designed to listen for file system events
in a specified folder with various watching parameters.
|
com.jniwrapper.unix.system.io package contains classes, which are related to system file
watcher functionality on Unix platforms.