Package org.nuxeo.wopi.lock
Class UnlockListener
java.lang.Object
org.nuxeo.wopi.lock.UnlockListener
- All Implemented Interfaces:
EventListener
When a document is unlocked in Nuxeo, removes any related WOPI lock.
- Since:
- 10.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnlockListener
public UnlockListener()
-
-
Method Details
-
handleEvent
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
-