Searched defs:watchable (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DWatchKey.java31 * A token representing the registration of a {@link Watchable watchable} object
34 * <p> A watch key is created when a watchable object is registered with a watch
149 Watchable watchable(); method in interface:WatchKey
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchKey.java82 * Return the original watchable (Path)
85 public Path watchable() { method in class:AbstractWatchKey

Completed in 29 milliseconds