Interface AppSettingRemovedListener
- All Superinterfaces:
EventListener
This listener is executed when a setting is removed from an application.
- Author:
- Jeremy Wiesner [[email protected]]
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSettingRemoved
(App app, String settingKey) Code to execute right after a setting is removed.
-
Method Details
-
onSettingRemoved
-