Uses of Interface
org.jconfig.event.ConfigurationChangedEvent

Packages that use ConfigurationChangedEvent
org.jconfig   
org.jconfig.event   
 

Uses of ConfigurationChangedEvent in org.jconfig
 

Methods in org.jconfig with parameters of type ConfigurationChangedEvent
 void DefaultConfiguration.fireConfigurationChangedEvent(ConfigurationChangedEvent event)
          Deliver configuration changed event to all listeners that are registered with our listener list.
 void Configuration.fireConfigurationChangedEvent(ConfigurationChangedEvent event)
          Deliver configuration changed event to all listeners that are registered with our listener list.
 

Uses of ConfigurationChangedEvent in org.jconfig.event
 

Classes in org.jconfig.event that implement ConfigurationChangedEvent
 class ConfigurationChangedEventImpl
          The all-in-one implementation of the ConfigurationChangedEvent.
 

Methods in org.jconfig.event with parameters of type ConfigurationChangedEvent
 void ConfigurationListener.configurationChanged(ConfigurationChangedEvent evt)
          Call whenever the Configuration changes
 



Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.