Package org.uberfire.java.nio.file
Interface WatchKey
-
- All Superinterfaces:
Serializable
public interface WatchKey extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()booleanisValid()List<WatchEvent<?>>pollEvents()booleanreset()Watchablewatchable()
-
-
-
Method Detail
-
isValid
boolean isValid()
-
pollEvents
List<WatchEvent<?>> pollEvents()
-
reset
boolean reset()
-
cancel
void cancel()
-
watchable
Watchable watchable()
-
-