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
-
Method Summary
-
Constructor Details
-
UnlockListener
public UnlockListener()
-
-
Method Details
-
handleEvent
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
-