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
Fields inherited from interface org.camunda.bpm.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
-
Constructor Summary
-
Method Summary
-
Field Details
-
script
-
-
Constructor Details
-
ScriptExecutionListener
-
-
Method Details
-
notify
- Specified by:
notify
in interfaceDelegateListener<DelegateExecution>
- Specified by:
notify
in interfaceExecutionListener
- Throws:
Exception
-
getScript
-