Package weka.gui.beans
Interface ConfigurationProducer
-
- All Known Implementing Classes:
Associator,Classifier,Clusterer,Filter
public interface ConfigurationProducerMarker interface for components that can share their configuration.- Version:
- $Revision $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConfigurationListener(ConfigurationListener cl)We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).voidremoveConfigurationListener(ConfigurationListener cl)We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).
-
-
-
Method Detail
-
addConfigurationListener
void addConfigurationListener(ConfigurationListener cl)
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).- Parameters:
cl- a ConfigurationListener.
-
removeConfigurationListener
void removeConfigurationListener(ConfigurationListener cl)
We don't have to keep track of configuration listeners (see the documentation for ConfigurationListener/ConfigurationEvent).- Parameters:
cl- a ConfigurationListener.
-
-