public interface ConfigurationChangeListener
This interface is part of configuration subsystem. If a configuration parameter was changed, the classes which implements this interface could be notified about these changes. It is requried to allow immediately dynamic configuration.
| Modifier and Type | Method and Description |
|---|---|
void |
configChanged(String parameterName)
This method is called when a configuration parameter is changed.
|
void configChanged(String parameterName)
parameterName - Name of changed parameter.Copyright © 2013. All Rights Reserved.