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

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsWatchService.java143 void setEvents(Set<? extends WatchEvent.Kind<?>> events) { method in class:WindowsWatchService.WindowsWatchKey
369 existing.setEvents(events);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisWatchService.java176 void setEvents(Set<? extends WatchEvent.Kind<?>> events) { method in class:SolarisWatchService.SolarisWatchKey
606 key.setEvents(events);

Completed in 33 milliseconds