Class ScriptingPostCommitEventListener

    • Field Detail

      • script

        protected final Script script
    • Constructor Detail

      • ScriptingPostCommitEventListener

        public ScriptingPostCommitEventListener​(Script script)
    • Method Detail

      • 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