public static interface WatchEvent.Kind<T>
An event kind, for the purposes of identification.
StandardWatchEventKind
String
name()
Class<T>
type()
context
String name()
Returns the name of the event kind.
Class<T> type()
Returns the type of the context value.
Copyright © 2015. All rights reserved.