public class DirWatcherEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DirWatcherEvent.Type
Event type that describes file change.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
target()
Returns event target.
|
long |
timestamp()
Returns event creation timestamp.
|
DirWatcherEvent.Type |
type()
Returns event type.
|
public DirWatcherEvent.Type type()
public java.io.File target()
public long timestamp()
Copyright © 2003-present Jodd Team