Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.event
Interface PostCommitEventListener

All Known Implementing Classes:
AsynchronousUnicityCheckListener, AuditEventLogger, BinaryTextListener, BulkLifeCycleChangeListener, DocumentRemovedCommentEventListener, JMSCompatibilityPostCommitEventListener, JmsEventForwarder, NotificationEventListener, PostCommitOperationEventListener, ScriptingPostCommitEventListener, TaggedDocumentRemovedListener, VersionEventListener

public interface PostCommitEventListener

A specialized event listener that is notified after the user operation is committed.

This type of listener can be notified either in a synchronous or asynchronous mode.

Author:
Bogdan Stefanescu
See Also:
EventListener

Method Summary
 void handleEvent(EventBundle events)
          Handles the set of events that were raised during the life of an user operation.
 

Method Detail

handleEvent

void handleEvent(EventBundle events)
                 throws ClientException
Handles the set of events that were raised during the life of an user operation.

The events are fired as a BundleEvent after the transaction is committed.

Parameters:
events - the events to handle
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.