Searched refs:StdWatchEventKind (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DStandardWatchEventKinds.java48 new StdWatchEventKind<Object>("OVERFLOW", Object.class);
59 new StdWatchEventKind<Path>("ENTRY_CREATE", Path.class);
70 new StdWatchEventKind<Path>("ENTRY_DELETE", Path.class);
81 new StdWatchEventKind<Path>("ENTRY_MODIFY", Path.class);
83 private static class StdWatchEventKind<T> implements WatchEvent.Kind<T> { class in class:StandardWatchEventKinds
86 StdWatchEventKind(String name, Class<T> type) { method in class:StandardWatchEventKinds.StdWatchEventKind

Completed in 29 milliseconds