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