Uses of Interface
weka.gui.beans.ConfigurationListener
Packages that use ConfigurationListener
-
Uses of ConfigurationListener in weka.gui.beans
Methods in weka.gui.beans with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionvoidAssociator.addConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidClassifier.addConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidClusterer.addConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidConfigurationProducer.addConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidFilter.addConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidAssociator.removeConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidClassifier.removeConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidClusterer.removeConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidConfigurationProducer.removeConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidFilter.removeConfigurationListener(ConfigurationListener cl) We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).