Interface ScriptTraceListener

All Known Implementing Classes:
CompositeScriptTraceListener

public interface ScriptTraceListener
Listener interface notified after script invocations. For successful and/or not successful script invocations.
Author:
Arthur Hupka-Merle
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after script invocation.
  • Method Details

    • onScriptTrace

      void onScriptTrace(ScriptTrace scriptTrace)
      Called after script invocation. Use ScriptTrace.isSuccess() or related methods to check if the script invocation was successful or resulted in an error.
      Parameters:
      scriptTrace - the script trace object