org.camunda.bpm.engine.impl.bpmn.listener
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
script
protected final ExecutableScript script
ScriptExecutionListener
public ScriptExecutionListener(ExecutableScript script)
notify
public void notify(DelegateExecution execution)
throws Exception
- Specified by:
notify in interface DelegateListener<DelegateExecution>- Specified by:
notify in interface ExecutionListener
- Throws:
Exception
getScript
public ExecutableScript getScript()
Copyright © 2016 camunda services GmbH. All rights reserved.