public class ScriptExecutionListener extends Object implements ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Constructor and Description |
|---|
ScriptExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(DelegateExecution execution) |
void |
setLanguage(org.flowable.common.engine.api.delegate.Expression language) |
void |
setResultVariable(org.flowable.common.engine.api.delegate.Expression resultVariable) |
void |
setScript(org.flowable.common.engine.api.delegate.Expression script) |
public void notify(DelegateExecution execution)
notify in interface ExecutionListenerpublic void setScript(org.flowable.common.engine.api.delegate.Expression script)
public void setLanguage(org.flowable.common.engine.api.delegate.Expression language)
public void setResultVariable(org.flowable.common.engine.api.delegate.Expression resultVariable)
Copyright © 2018 Flowable. All rights reserved.