public class ScriptExecutionListener extends Object implements ExecutionListener
ExecutionListener which invokes a ExecutableScript when notified.| Modifier and Type | Field and Description |
|---|---|
protected ExecutableScript |
script |
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Constructor and Description |
|---|
ScriptExecutionListener(ExecutableScript script) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableScript |
getScript() |
void |
notify(DelegateExecution execution) |
protected final ExecutableScript script
public ScriptExecutionListener(ExecutableScript script)
public void notify(DelegateExecution execution) throws Exception
notify in interface DelegateListener<DelegateExecution>notify in interface ExecutionListenerExceptionpublic ExecutableScript getScript()
Copyright © 2013–2020 camunda services GmbH. All rights reserved.