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