Package Summary
Overview Summary
class:WatchEvent.Kind [NONE]
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:
StandardWatchEventKinds
method:name() [NONE]
name
String
name
()
Returns the name of the event kind.
Returns:
the name of the event kind
method:type() [NONE]
type
Class
<
T
>
type
()
Returns the type of the
context
value.
Returns:
the type of the context value
© 2023 Oracle Corporation and/or its affiliates