Package org.nuxeo.ecm.core.event
package org.nuxeo.ecm.core.event
Event Service API (see
EventService
).-
ClassDescriptionA lightweight object used by core components to notify interested components about events in core.An ordered set of events raised during an user operation.An event context is describing the context in which a core event was raised.An event listener receives notifications from core components.The event service manages listener registries and notifies listeners about core events.Interface for EventService administrationEvent Service Component, allowing registration of contributions and doing the event service shutdown upon deactivation.Event stats service.A specialized event listener that is notified after the user operation is committed.Post-commit listener that can decide synchronously whether it's worth calling.Because
EventBundle
can be processed asynchronously, they can be executed: in a different security context with a differentCoreSession
This interface is used to mark Bundles that supports this kind of processing.