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.


Method Summary
 void updateConfiguration(ConfigUpdateEvent event)
           
 

Method Detail

updateConfiguration

void updateConfiguration(ConfigUpdateEvent event)
Parameters:
event - to handle in this method


Copyright 2007 The jCoderZ Project.