Class ScriptExecutionListener

java.lang.Object
org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
All Implemented Interfaces:
DelegateListener<DelegateExecution>, ExecutionListener

public class ScriptExecutionListener extends Object implements ExecutionListener
An ExecutionListener which invokes a ExecutableScript when notified.
Author:
Sebastian Menski