Oracle Corporation

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

Packages that use ConfigurationListener
com.bea.wlcp.wlng.api.storage.configuration   
 

Uses of ConfigurationListener in com.bea.wlcp.wlng.api.storage.configuration
 

Methods in com.bea.wlcp.wlng.api.storage.configuration with parameters of type ConfigurationListener
 void ConfigurationStore.addListener(ConfigurationListener listener)
          Add a cache listener for notifications of values changed on other instances of the store.
 void ConfigurationStore.removeListener(ConfigurationListener listener)
          Remove a previously added cache listener.
 


Oracle Corporation