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