Class ScriptExecutionListener
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
- All Implemented Interfaces:
DelegateListener<DelegateExecution>,ExecutionListener
An
ExecutionListener which invokes a ExecutableScript when notified.- Author:
- Sebastian Menski
-
Field Summary
FieldsFields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
script
-
-
Constructor Details
-
ScriptExecutionListener
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceDelegateListener<DelegateExecution>- Specified by:
notifyin interfaceExecutionListener- Throws:
Exception
-
getScript
-