JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
java.nio.file
WatchEvent
Kind
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
name()
type()
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:
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 the
context
value.
Method Details
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:
the type of the context value