Package org.nuxeo.wopi
Class DirtyBlobListener
- java.lang.Object
-
- org.nuxeo.wopi.DirtyBlobListener
-
- All Implemented Interfaces:
EventListener
public class DirtyBlobListener extends Object implements EventListener
since 2021.9
-
-
Field Summary
Fields Modifier and Type Field Description protected static BlobsExtractor
BLOBS_EXTRACTOR
-
Constructor Summary
Constructors Constructor Description DirtyBlobListener()
-
-
-
Field Detail
-
BLOBS_EXTRACTOR
protected static final BlobsExtractor BLOBS_EXTRACTOR
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
Description copied from interface:EventListener
Handle the given event. The listener can cancel the event by callingEvent.cancel()
- Specified by:
handleEvent
in interfaceEventListener
- Parameters:
event
- the event
-
-