weka.gui.scripting.event
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: 5142 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Method Summary
 void scriptFinished(ScriptExecutionEvent e)
          Gets sent when a script execution changes.
 

Method Detail

scriptFinished

void scriptFinished(ScriptExecutionEvent e)
Gets sent when a script execution changes.

Parameters:
e - the event