Package net.rubygrapefruit.platform.file
Interface FileWatcher
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
AbstractFileEventFunctions.AbstractFileWatcher
A handle for watching file system locations.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
close
Stops watching and releases any native resources. No more calls to the associatedFileWatcherCallbackwill happen after this method returns.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-