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 BlobsExtractorBLOBS_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:EventListenerHandle the given event. The listener can cancel the event by callingEvent.cancel()- Specified by:
handleEventin interfaceEventListener- Parameters:
event- the event
-
-