-
- Enclosing interface:
- WatchEvent<T>
public static interface WatchEvent.Kind<T>
An event kind, for the purposes of identification.- Since:
- 1.7
- See Also:
StandardWatchEventKinds
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
Returns the name of the event kind.Class<T>
type()
Returns the type of thecontext
value.
-