org.kie.commons.java.nio.file
public interface WatchKey
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
boolean |
isValid() |
List<WatchEvent<?>> |
pollEvents() |
boolean |
reset() |
Watchable |
watchable() |
boolean isValid()
List<WatchEvent<?>> pollEvents()
boolean reset()
void cancel()
Watchable watchable()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.