Class ShallowEvent

java.lang.Object
org.nuxeo.ecm.core.event.impl.EventImpl
org.nuxeo.ecm.core.event.impl.ShallowEvent
All Implemented Interfaces:
Serializable, Event

public class ShallowEvent extends EventImpl
Light Event implementation. Used to reduce memory footprint of Event stacked in EventBundle.
Author:
Thierry Delprat
See Also:
  • Constructor Details

    • ShallowEvent

      public ShallowEvent(String name, EventContext ctx, int flags, long creationTime)
  • Method Details