Interface ProcessEngineLifecycleListener

  • All Superinterfaces:
    EngineLifecycleListener

    public interface ProcessEngineLifecycleListener
    extends EngineLifecycleListener
    Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.
    Author:
    Frederik Heremans
    • Method Detail

      • onProcessEngineBuilt

        void onProcessEngineBuilt​(ProcessEngine processEngine)
        Called right after the process-engine has been built.
        Parameters:
        processEngine - engine that was built
      • onProcessEngineClosed

        void onProcessEngineClosed​(ProcessEngine processEngine)
        Called right after the process-engine has been closed.
        Parameters:
        processEngine - engine that was closed