|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface ProcessEngineLifecycleListener
Interface describing a listener that get's notified when certain event occurs, related to the process-engine lifecycle it is attached to.
方法摘要 | |
---|---|
void |
onProcessEngineBuilt(ProcessEngine processEngine)
Called right after the process-engine has been built. |
void |
onProcessEngineClosed(ProcessEngine processEngine)
Called right after the process-engine has been closed. |
方法详细信息 |
---|
void onProcessEngineBuilt(ProcessEngine processEngine)
processEngine
- engine that was builtvoid onProcessEngineClosed(ProcessEngine processEngine)
processEngine
- engine that was closed
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |