Interface IConfigurationListener
-
- All Known Implementing Classes:
ConfigurationListener
public interface IConfigurationListener
Listener for configuration validation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
OnConfiguration(java.lang.String channelName, java.lang.String key, java.lang.String value)
Request a configuration validation
-
-
-
Method Detail
-
OnConfiguration
java.lang.String OnConfiguration(java.lang.String channelName, java.lang.String key, java.lang.String value)
Request a configuration validation- Parameters:
channelName
- The channel requesting. null for global parameterskey
- The configuration keyvalue
- The configuration value- Returns:
- The value or an updated one
-
-