Package org.nuxeo.runtime.trackers.files
Class FileEventTracker.ThreadDelegate
- java.lang.Object
-
- org.nuxeo.runtime.trackers.files.FileEventTracker.ThreadDelegate
-
- All Implemented Interfaces:
FileEventHandler
- Enclosing class:
- FileEventTracker
protected class FileEventTracker.ThreadDelegate extends Object implements FileEventHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ThreadDelegate(boolean isLongRunning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFile(File file, Object marker)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.trackers.files.FileEventHandler
onDirectory
-
-
-
-
Method Detail
-
onFile
public void onFile(File file, Object marker)
- Specified by:
onFile
in interfaceFileEventHandler
-
-