Interface ScriptProcessListener

All Superinterfaces:
EventListener

public interface ScriptProcessListener extends EventListener
Interface for listeners interested in ScriptProcess related events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    scriptTerminated(@Nullable String result)
    Called after the script has been terminated.
  • Method Details

    • scriptTerminated

      void scriptTerminated(@Nullable @Nullable String result)
      Called after the script has been terminated.
      Parameters:
      result - the termination reason or null if the script exited successfully