Interface ScriptTraceListener
-
- All Known Implementing Classes:
CompositeScriptTraceListener
public interface ScriptTraceListenerListener interface notified after script invocations. For successful and/or not successful script invocations.- Author:
- Arthur Hupka-Merle
- See Also:
CompositeScriptTraceListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonScriptTrace(ScriptTrace scriptTrace)Called after script invocation.
-
-
-
Method Detail
-
onScriptTrace
void onScriptTrace(ScriptTrace scriptTrace)
Called after script invocation. UseScriptTrace.isSuccess()or related methods to check if the script invocation was successful or resulted in an error.- Parameters:
scriptTrace- the script trace object
-
-