public class VoidWatchEventKind extends java.lang.Object implements WatchEvent.Kind<java.lang.Void>
| Constructor and Description |
|---|
VoidWatchEventKind(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
name() |
java.lang.Class<java.lang.Void> |
type() |
public java.lang.String name()
name in interface WatchEvent.Kind<java.lang.Void>public java.lang.Class<java.lang.Void> type()
type in interface WatchEvent.Kind<java.lang.Void>