public interface AppSettingAddedListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSettingAdded(App app,
String settingKey,
Object settingValue)
Code to execute right after a setting is added (could be updated or added for the first time).
|
void onSettingAdded(App app, String settingKey, Object settingValue)
app - the app objectsettingKey - the key of the setting to addsettingValue - the value of the setting to addCopyright © 2018 Erudika. All rights reserved.