public class CompositeScriptTraceListener extends Object implements ScriptTraceListener
ScriptTraceListener.| Modifier and Type | Field and Description |
|---|---|
protected List<ScriptTraceListener> |
listeners |
| Constructor and Description |
|---|
CompositeScriptTraceListener(Collection<ScriptTraceListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
List<ScriptTraceListener> |
getListeners() |
void |
onScriptTrace(ScriptTrace scriptTrace)
Called after script invocation.
|
protected final List<ScriptTraceListener> listeners
public CompositeScriptTraceListener(Collection<ScriptTraceListener> listeners)
public void onScriptTrace(ScriptTrace scriptTrace)
ScriptTraceListenerScriptTrace.isSuccess() or related methods to check
if the script invocation was successful or resulted in an error.onScriptTrace in interface ScriptTraceListenerscriptTrace - the script trace objectpublic List<ScriptTraceListener> getListeners()
Copyright © 2022 Flowable. All rights reserved.