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 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.