Package org.nuxeo.wopi
Class WOPIDiscoveryRefreshListener
- java.lang.Object
 - 
- org.nuxeo.wopi.WOPIDiscoveryRefreshListener
 
 
- 
- All Implemented Interfaces:
 PostCommitEventListener
public class WOPIDiscoveryRefreshListener extends Object implements PostCommitEventListener
Refreshes the WOPI discovery.- Since:
 - 10.10
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WOPIDiscoveryRefreshListener() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(EventBundle events)Handles the set of events that were raised during the life of an user operation. 
 - 
 
- 
- 
Method Detail
- 
handleEvent
public void handleEvent(EventBundle events)
Description copied from interface:PostCommitEventListenerHandles the set of events that were raised during the life of an user operation.The events are fired as a
BundleEventafter the transaction is committed.- Specified by:
 handleEventin interfacePostCommitEventListener- Parameters:
 events- the events to handle
 
 - 
 
 -