Class FileEventListener

java.lang.Object
org.nuxeo.runtime.trackers.files.FileEventListener
All Implemented Interfaces:
EventListener

public class FileEventListener extends Object implements EventListener
Wrap a FileEventHandler for being enlisted in the EventService.
Since:
6.0
  • Field Details

  • Constructor Details

  • Method Details

    • handleEvent

      public void handleEvent(Event anEvent)
      Description copied from interface: EventListener
      An event was received.
      Specified by:
      handleEvent in interface EventListener
    • install

      public void install()
    • uninstall

      public void uninstall()