Oracle Corporation

com.bea.wlcp.wlng.api.storage.configuration
Interface ConfigurationListener


public interface ConfigurationListener

Configuration change listener interface.

Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Method Summary
 void configurationChange(ConfigurationStore store, String key)
          Notification of that a service configuration value was updated.
 

Method Detail

configurationChange

public void configurationChange(ConfigurationStore store,
                                String key)
Notification of that a service configuration value was updated.

Parameters:
store - The store holding the value.
key - The key.

Oracle Corporation