Package org.nuxeo.runtime.trackers.files
Class DirectoryEvent
- java.lang.Object
-
- org.nuxeo.runtime.services.event.Event
-
- org.nuxeo.runtime.trackers.files.FileEvent
-
- org.nuxeo.runtime.trackers.files.DirectoryEvent
-
public class DirectoryEvent extends FileEvent
- Since:
- 2023.5
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DirectoryEvent(Object source, File aFile, Object aMarker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(FileEventHandler handler)
-
Methods inherited from class org.nuxeo.runtime.trackers.files.FileEvent
getFile, getMarker, ignore, listen, onDirectory, onFile, send
-
-