Package 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: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Method Summary
Modifier and TypeMethodDescriptionvoidGets sent when a script execution changes.
-
Method Details
-
scriptFinished
Gets sent when a script execution changes.- Parameters:
e- the event
-