Package org.activiti.engine
Interface ProcessEngineLifecycleListener
Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonProcessEngineBuilt(ProcessEngine processEngine) Called right after the process-engine has been built.voidonProcessEngineClosed(ProcessEngine processEngine) Called right after the process-engine has been closed.
-
Method Details
-
onProcessEngineBuilt
Called right after the process-engine has been built.- Parameters:
processEngine- engine that was built
-
onProcessEngineClosed
Called right after the process-engine has been closed.- Parameters:
processEngine- engine that was closed
-