JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
java.base
Package
java.nio.file
Interface WatchEvent.Kind<T>
类型参数:
T
- 与事件关联的上下文对象的类型
封闭接口:
WatchEvent
<
T
>
public static interface
WatchEvent.Kind<T>
事件种类,用于标识目的。
自 JDK 版本:
1.7
参见:
StandardWatchEventKinds
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
name
()
返回事件种类的名称。
Class
<
T
>
type
()
返回
context
值的类型。
Method Details
name
String
name
()
返回事件种类的名称。
返回:
事件种类的名称
type
Class
<
T
>
type
()
返回
context
值的类型。
返回:
上下文值的类型