Interface AppSettingAddedListener
- All Superinterfaces:
EventListener
This listener is executed when a setting is added to an application.
- Author:
- Jeremy Wiesner [[email protected]]
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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).
-
Method Details
-
onSettingAdded
-