![JAR search and dependency download from the Maven repository](/logo.png)
java.nio.file.WatchKey Maven / Gradle / Ivy
package java.nio.file;
import java.util.List;
public interface WatchKey {
boolean isValid();
List> pollEvents();
boolean reset();
void cancel();
Watchable watchable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy