WatchEvent.Kind
Interface WatchEvent.Kind<T>
- Enclosing interface:
- WatchEvent<T>
public static interface WatchEvent.Kind<T>
An event kind, for the purposes of identification.
- Since:
- 1.7
- See Also:
StandardWatchEventKinds
Methods
name
String name()
Returns the name of the event kind.
- Returns:
- the name of the event kind
type
Class<T> type()
Returns the type of the context
value.
- Returns:登录查看完整内容