Module java.base
Package java.nio.file

Interface WatchEvent.Kind<T>

Type Parameters:
T - The type of the context object associated with the event
Enclosing interface:
WatchEvent<T>

public static interface WatchEvent.Kind<T>
An event kind, for the purposes of identification.
Since:
1.7
See Also: