Uses of Interface
weka.gui.beans.ConfigurationListener

Packages that use ConfigurationListener
weka.gui.beans   
 

Uses of ConfigurationListener in weka.gui.beans
 

Methods in weka.gui.beans with parameters of type ConfigurationListener
 void Associator.addConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Classifier.addConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void ConfigurationProducer.addConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Filter.addConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Clusterer.addConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Associator.removeConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Classifier.removeConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void ConfigurationProducer.removeConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Filter.removeConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 void Clusterer.removeConfigurationListener(ConfigurationListener cl)
          We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
 



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