Uses of Interface
weka.gui.scripting.event.ScriptExecutionListener

Packages that use ScriptExecutionListener
weka.gui.scripting   
 

Uses of ScriptExecutionListener in weka.gui.scripting
 

Classes in weka.gui.scripting that implement ScriptExecutionListener
 class FileScriptingPanel
          Supports loading/saving of files.
 class GroovyPanel
          A scripting panel for Groovy.
 class JythonPanel
          A scripting panel for Jython.
 

Methods in weka.gui.scripting with parameters of type ScriptExecutionListener
 void Script.addScriptFinishedListener(ScriptExecutionListener l)
          Adds the given listener to its internal list.
 void Script.removeScriptFinishedListener(ScriptExecutionListener l)
          Removes the given listener from its internal list.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.