public static class PathWatchers.Event.Kind
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static PathWatchers.Event.Kind |
Create
A new file was created.
|
static PathWatchers.Event.Kind |
Delete
The file was deleted.
|
static PathWatchers.Event.Kind |
Error
An error occurred processing the event.
|
static PathWatchers.Event.Kind |
Modify
An existing file was modified.
|
static PathWatchers.Event.Kind |
Overflow
The watching service overflowed so it may be necessary to poll.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
public static final PathWatchers.Event.Kind Create
public static final PathWatchers.Event.Kind Delete
public static final PathWatchers.Event.Kind Error
public static final PathWatchers.Event.Kind Modify
public static final PathWatchers.Event.Kind Overflow