Package org.nuxeo.wopi
Class WOPIDiscoveryRefreshListener
java.lang.Object
org.nuxeo.wopi.WOPIDiscoveryRefreshListener
- All Implemented Interfaces:
PostCommitEventListener
Refreshes the WOPI discovery.
- Since:
- 10.10
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(EventBundle events) Handles the set of events that were raised during the life of an user operation.
-
Constructor Details
-
WOPIDiscoveryRefreshListener
public WOPIDiscoveryRefreshListener()
-
-
Method Details
-
handleEvent
Description copied from interface:PostCommitEventListener
Handles the set of events that were raised during the life of an user operation.The events are fired as a
BundleEvent
after the transaction is committed.- Specified by:
handleEvent
in interfacePostCommitEventListener
- Parameters:
events
- the events to handle
-