@FunctionalInterface public interface SettingListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSettingUpdate(String key,
String oldValue,
String newValue)
This method is fired when the a particular setting of your service's configuration is modified.
|
void onSettingUpdate(String key, String oldValue, String newValue)
key - The key of the modified setting.oldValue - The old value of the setting.newValue - The new value of the setting.Copyright © 2018. All rights reserved.