Package jadex.bpmn.runtime.impl
Class BpmnProcessLifecycleFeature
java.lang.Object
jadex.bpmn.runtime.impl.BpmnProcessLifecycleFeature
- All Implemented Interfaces:
jadex.execution.impl.ILifecycle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
self
-
-
Constructor Details
-
BpmnProcessLifecycleFeature
-
-
Method Details
-
get
-
onStart
Execute the functional body of the component. Is only called once.- Specified by:
onStart
in interfacejadex.execution.impl.ILifecycle
-
onEnd
Execute the termination code of the component. Is only called once.- Specified by:
onEnd
in interfacejadex.execution.impl.ILifecycle
-