Package weka.gui.beans
Class ConfigurationEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.gui.beans.ConfigurationEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationEvent extends java.util.EventObjectMatching event for ConfigurationListener. Implementers of ConfigurationProducer do not actually have to generate this 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)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationEvent(java.lang.Object source)
-