public interface ConfigChangeCallback
ConfigProvider for subscribing to changes.| Modifier and Type | Method and Description | 
|---|---|
| void | onChange(java.lang.String path,
        ConfigData data)Performs an action when configuration data changes. | 
void onChange(java.lang.String path,
              ConfigData data)
path - the path at which the data residesdata - the configuration data