Interface ScriptExecutionListener

All Known Implementing Classes:
FileScriptingPanel, GroovyPanel, JythonPanel

public interface ScriptExecutionListener
For classes that want to be notified about changes in the script execution.
Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets sent when a script execution changes.
  • Method Details

    • scriptFinished

      void scriptFinished(ScriptExecutionEvent e)
      Gets sent when a script execution changes.
      Parameters:
      e - the event