public class PathWatchEvent extends WatchEvent<Path>
WatchEvent.Kind<T>, WatchEvent.Modifier<T>
Constructor and Description |
---|
PathWatchEvent(WatchEvent.Kind<Path> kind,
Path path,
int count) |
public PathWatchEvent(WatchEvent.Kind<Path> kind, Path path, int count)
public Path context()
context
in class WatchEvent<Path>
Path
to the file that this event
refers to, relative to the watched Path
public int count()
WatchEvent
count
in class WatchEvent<Path>
public WatchEvent.Kind<Path> kind()
kind
in class WatchEvent<Path>