Module java.base
Package java.nio.file

Interface WatchEvent.Kind<T>

类型参数:
T - 与事件关联的上下文对象的类型
封闭接口:
WatchEvent<T>

public static interface WatchEvent.Kind<T>
事件种类,用于标识目的。
自 JDK 版本:
1.7
参见:
  • Method Summary

    Modifier and Type
    Method
    Description
    name()
    返回事件种类的名称。
    Class<T>
    type()
    返回context值的类型。
  • Method Details

    • name

      String name()
      返回事件种类的名称。
      返回:
      事件种类的名称
    • type

      Class<T> type()
      返回context值的类型。
      返回:
      上下文值的类型