モジュール java.base
パッケージ java.nio.file

インタフェースWatchEvent.Kind<T>

  • 含まれているインタフェース:
    WatchEvent<T>

    public static interface WatchEvent.Kind<T>
    イベントの種類(識別目的)です。
    導入されたバージョン:
    1.7
    関連項目:
    StandardWatchEventKinds
    • メソッドの詳細

      • name

        String name()
        イベントの種類の名前を返します。
        戻り値:
        イベントの種類の名前
      • type

        Class<T> type()
        context値の型を返します。
        戻り値:
        context値の型