Class DummyUpdateBeforeModificationListener
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.sql.listeners.DummyUpdateBeforeModificationListener
-
- All Implemented Interfaces:
EventListener
public class DummyUpdateBeforeModificationListener extends Object implements EventListener
-
-
Field Summary
Fields Modifier and Type Field Description static String
PERDORM_UPDATE_FLAG
protected static Random
RANDOM
-
Constructor Summary
Constructors Constructor Description DummyUpdateBeforeModificationListener()
-
-
-
Method Detail
-
handleEvent
public void handleEvent(Event event)
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
-
-