public class EventfulFileWrapper extends Object implements WatchEvent<Path>
WatchEvent.Kind<T>, WatchEvent.Modifier| Constructor and Description |
|---|
EventfulFileWrapper(WatchEvent.Kind<Path> kind,
int count,
Path context) |
public EventfulFileWrapper(WatchEvent.Kind<Path> kind, int count, Path context)
public WatchEvent.Kind<Path> kind()
kind in interface WatchEvent<Path>public int count()
count in interface WatchEvent<Path>public Path context()
context in interface WatchEvent<Path>This work is licensed under a Creative Commons Attribution 4.0 International License.