Package weka.gui.scripting.event
Interface ScriptExecutionListener
-
- All Known Implementing Classes:
FileScriptingPanel,GroovyPanel,JythonPanel
public interface ScriptExecutionListenerFor 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidscriptFinished(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
-
-