public interface WatchEvent<T> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
WatchEvent.Kind<T> |
static interface |
WatchEvent.Modifier |
Modifier and Type | Method and Description |
---|---|
T |
context() |
int |
count() |
WatchEvent.Kind<T> |
kind() |
WatchEvent.Kind<T> kind()
int count()
T context()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.