Package org.nuxeo.snapshot.listeners
Class SnapshotableListener
java.lang.Object
org.nuxeo.snapshot.listeners.SnapshotableListener
- All Implemented Interfaces:
EventListener
Listener snapshoting documents with the
Snapshotable.FACET
facet if the property
snapshotVersioningOption
is set.- Since:
- 5.7
- Author:
- Thomas Roger
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SNAPSHOT_VERSIONING_OPTION_KEY
- See Also:
-
-
Constructor Details
-
SnapshotableListener
public SnapshotableListener()
-
-
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
-