Interface PostCommitEventListener

All Known Subinterfaces:
PostCommitFilteringEventListener
All Known Implementing Classes:
AbstractLongRunningListener, ACEStatusUpdatedListener, AsynchronousUnicityCheckListener, AuditEventLogger, BlobDeleteListener, BulkLifeCycleChangeListener, CheckedInCommentListener, DocumentRemovedCommentEventListener, DocumentRouteDeletedListener, DocumentRouteOrphanedListener, DocumentRoutingWorkflowInstancesCleanup, DummyAsyncRetryListener, EventCounterListener, LockExpirationListener, NotificationEventListener, NuxeoDriveGroupUpdateListener, NuxeoDriveVirtualEventLogger, OrphanVersionCleanupListener, OrphanVersionRemoverListener, PermissionGarbageCollectorListener, PermissionGrantedNotificationListener, PictureViewsGenerationListener, PostCommitOperationEventListener, ScriptingPostCommitEventListener, StoredRenditionsCleanupListener, TaggedVersionListener, TemplateTypeBindingListener, UpdateThumbnailListener, WOPIDiscoveryRefreshListener

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the set of events that were raised during the life of an user operation.
  • Method Details

    • handleEvent

      void handleEvent(EventBundle events)
      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