Package org.nuxeo.runtime.trackers.files
Interface FileEventHandler
-
- All Known Implementing Classes:
FileEventsTrackingFeature.Tracker
,FileEventTracker.BaseFileEventHandler
,FileEventTracker.GCDelegate
,FileEventTracker.ThreadDelegate
public interface FileEventHandler
FileEvent
handler that should be implemented by consumers. Could be enlisted in the @{linkEventService
through the use of aFileEventListener
.- Since:
- 6.0
- Author:
- Stephane Lacoin at Nuxeo (aka matic)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
onDirectory(File file, Object marker)
void
onFile(File file, Object marker)
-