|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weka.gui.beans.ConfigurationEvent
public class ConfigurationEvent
Matching 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.
Constructor Summary | |
---|---|
ConfigurationEvent(java.lang.Object source)
|
Method Summary |
---|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEvent(java.lang.Object source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |