Class ScriptingPostCommitEventListener

java.lang.Object
org.nuxeo.ecm.core.event.script.ScriptingPostCommitEventListener
All Implemented Interfaces:
PostCommitEventListener

public class ScriptingPostCommitEventListener extends Object implements PostCommitEventListener
Author:
Bogdan Stefanescu
  • Field Details

    • script

      protected final Script script
  • Constructor Details

    • ScriptingPostCommitEventListener

      public ScriptingPostCommitEventListener(Script script)
  • Method Details

    • handleEvent

      public void handleEvent(EventBundle bundle)
      Description copied from interface: PostCommitEventListener
      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.

      Specified by:
      handleEvent in interface PostCommitEventListener
      Parameters:
      bundle - the events to handle