Package name.pachler.nio.file.impl
Class VoidWatchEventKind
- java.lang.Object
-
- name.pachler.nio.file.impl.VoidWatchEventKind
-
- All Implemented Interfaces:
WatchEvent.Kind<java.lang.Void>
public class VoidWatchEventKind extends java.lang.Object implements WatchEvent.Kind<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description VoidWatchEventKind(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
name()
java.lang.Class<java.lang.Void>
type()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfaceWatchEvent.Kind<java.lang.Void>
- Returns:
- the name of this modifier
-
type
public java.lang.Class<java.lang.Void> type()
- Specified by:
type
in interfaceWatchEvent.Kind<java.lang.Void>
- Returns:
- the type of the WatchEvent's context value.
-
-