public interface ConfigurationChangeListener
AutoPollingPolicy.| Modifier and Type | Method and Description |
|---|---|
void |
onConfigurationChanged(ConfigurationParser parser,
java.lang.String newConfiguration)
This method will be called when a configuration changed event fired.
|
void onConfigurationChanged(ConfigurationParser parser, java.lang.String newConfiguration)
parser - The json parser which can be used to deserialize the given configuration.newConfiguration - The new configuration json string.