Package weka.gui.beans
Interface ConfigurationListener
-
public interface ConfigurationListenerMatching listener for ConfigurationEvent. Implementers of ConfigurationProducer do not actually have to generate the event (nor will listeners ever need to process ConfigurationEvent). Configurations will be pulled (rather than pushed) by ConfigurationListeners. It is a listener's responsibility (if they are interested in utilizing configurations) to implement BeanCommon and store/delete reference(s) to ConfigurationProducers when connectionNotification() and disconnectionNotification() are called on them.- Version:
- $Revision $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptConfiguration(ConfigurationEvent e)Implementers do not have to do anything in this method (see the above documentation).
-
-
-
Method Detail
-
acceptConfiguration
void acceptConfiguration(ConfigurationEvent e)
Implementers do not have to do anything in this method (see the above documentation).- Parameters:
e- a ConfigurationEvent
-
-