org.sakaiproject.component.api
Interface ServerConfigurationService.ConfigurationListener
- Enclosing interface:
- ServerConfigurationService
public static interface ServerConfigurationService.ConfigurationListener
Allows a service to be notified when configuration settings are changed
NOTE: this does NOT include any changes which happen during the initial properties file loading
changed
void changed(ServerConfigurationService.ConfigItem configItem)
- This will be called each time a
ServerConfigurationService.ConfigItem is changed AFTER
the initial registration of that config item and
initial startup of the ServerConfigurationService
- Parameters:
configItem - the ServerConfigurationService.ConfigItem which changed
Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.