Uses of Class
org.apache.commons.configuration.event.ConfigurationEvent
-
Packages that use ConfigurationEvent Package Description org.apache.commons.configuration org.apache.commons.configuration.event -
-
Uses of ConfigurationEvent in org.apache.commons.configuration
Methods in org.apache.commons.configuration with parameters of type ConfigurationEvent Modifier and Type Method Description voidAbstractHierarchicalFileConfiguration. configurationChanged(ConfigurationEvent event)Reacts on configuration change events triggered by the delegate.voidCombinedConfiguration. configurationChanged(ConfigurationEvent event)Event listener call back for configuration update events.voidMultiFileHierarchicalConfiguration. configurationChanged(ConfigurationEvent event)voidPropertiesConfigurationLayout. configurationChanged(ConfigurationEvent event)The event listener callback.protected voidAbstractHierarchicalFileConfiguration. subnodeConfigurationChanged(ConfigurationEvent event)Reacts on changes of an associated subnode configuration.protected voidHierarchicalConfiguration. subnodeConfigurationChanged(ConfigurationEvent event)This method is always called when a subnode configuration created from this configuration has been modified. -
Uses of ConfigurationEvent in org.apache.commons.configuration.event
Subclasses of ConfigurationEvent in org.apache.commons.configuration.event Modifier and Type Class Description classConfigurationErrorEventAn event class that is used for reporting errors that occurred while processing configuration properties.Methods in org.apache.commons.configuration.event that return ConfigurationEvent Modifier and Type Method Description protected ConfigurationEventEventSource. createEvent(int type, java.lang.String propName, java.lang.Object propValue, boolean before)Creates aConfigurationEventobject based on the passed in parameters.Methods in org.apache.commons.configuration.event with parameters of type ConfigurationEvent Modifier and Type Method Description voidConfigurationListener. configurationChanged(ConfigurationEvent event)Notifies this listener about a manipulation on a monitored configuration object.
-