| Interface | Description |
|---|---|
| Event |
A lightweight object used by core components to notify interested components about events in core.
|
| EventBundle |
An ordered set of events raised during an user operation.
|
| EventContext |
An event context is describing the context in which a core event was raised.
|
| EventListener |
An event listener receives notifications from core components.
|
| EventProducer | |
| EventService |
The event service manages listener registries and notifies listeners about core events.
|
| EventServiceAdmin |
Interface for EventService administration
|
| EventStats |
Event stats service.
|
| PostCommitEventListener |
A specialized event listener that is notified after the user operation is committed.
|
| PostCommitFilteringEventListener |
Post-commit listener that can decide synchronously whether it's worth calling.
|
| ReconnectedEventBundle |
Because
EventBundle can be processed asynchronously, they can be executed:
in a different security context
with a different CoreSession
This interface is used to mark Bundles that supports this kind of processing. |
| Class | Description |
|---|---|
| DeletedDocumentModel | |
| EventServiceComponent |
Event Service Component, allowing registration of contributions and doing the event service shutdown upon
deactivation.
|
EventService).Copyright © 2016 Nuxeo SA. All rights reserved.