Package org.nuxeo.drive.listener
Class NuxeoDriveCacheInvalidationListener
java.lang.Object
org.nuxeo.drive.listener.NuxeoDriveCacheInvalidationListener
- All Implemented Interfaces:
EventListener
Notify the NuxeoDriveManager service in case of document deletions so as to make it possible to invalidate any cache.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NuxeoDriveCacheInvalidationListener
public NuxeoDriveCacheInvalidationListener()
-
-
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
-