public static class FileWatcher.Event
| Constructor and Description |
|---|
Event(java.io.File file,
FileWatcher.EventType type) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
FileWatcher.EventType |
getType() |
java.lang.String |
toString() |
public Event(@NotNull
java.io.File file,
@NotNull
FileWatcher.EventType type)
@NotNull public java.lang.String toString()
@NotNull public java.io.File getFile()
@NotNull public FileWatcher.EventType getType()