public final class DirectoryChangeEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectoryChangeEvent.EventType |
| Constructor and Description |
|---|
DirectoryChangeEvent(DirectoryChangeEvent.EventType eventType,
java.nio.file.Path path,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
boolean |
equals(java.lang.Object o) |
DirectoryChangeEvent.EventType |
eventType() |
int |
hashCode() |
java.nio.file.Path |
path() |
public DirectoryChangeEvent(DirectoryChangeEvent.EventType eventType, java.nio.file.Path path, int count)
public DirectoryChangeEvent.EventType eventType()
public java.nio.file.Path path()
public int count()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object