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 ExecutionListener
Exception
public ExecutableScript getScript()
Copyright © 2022. All rights reserved.