Package org.nuxeo.runtime.trackers.files
Interface FileEventHandler
-
- All Known Implementing Classes:
FileEventsTrackingFeature.Tracker,FileEventTracker.BaseFileEventHandler,FileEventTracker.GCDelegate,FileEventTracker.ThreadDelegate
public interface FileEventHandlerFileEventhandler that should be implemented by consumers. Could be enlisted in the @{linkEventServicethrough 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 voidonDirectory(File file, Object marker)voidonFile(File file, Object marker)
-