public interface WatchKey extends Serializable
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 © 2012–2020 JBoss by Red Hat. All rights reserved.