org.jcoderz.commons.config
Interface ConfigurationListener
- All Known Implementing Classes:
- ConnectorConfigurationImpl, TestMessagesConfigurationImpl
public interface ConfigurationListener
This interface must be implemented to register to
ConfigurationService and handle incoming events that will trigger
cache updates if underlying data has been changed.
updateConfiguration
void updateConfiguration(ConfigUpdateEvent event)
- Parameters:
event - to handle in this method
Copyright 2007 The jCoderZ Project.