Package org.uberfire.java.nio.file
Interface WatchService
-
- All Superinterfaces:
AutoCloseable,Closeable,Closeable
public interface WatchService extends Closeable
-
-
Method Detail
-
poll
WatchKey poll() throws ClosedWatchServiceException
- Throws:
ClosedWatchServiceException
-
poll
WatchKey poll(long timeout, TimeUnit unit) throws ClosedWatchServiceException, InterruptedException
-
take
WatchKey take() throws ClosedWatchServiceException, InterruptedException
-
isClose
boolean isClose()
-
-