Directory watch service event.
| Constructor and description |
|---|
DirWatchEvent
(Service service, java.io.File file, WatchEvent.Kind<java.nio.file.Path> kind)Constructor. |
| Methods inherited from class | Name |
|---|---|
class EventBase |
getService |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor.
service - the service that created the eventfile - the file that has been created, modified or deletedkind - what happened with the file