Interface AppSettingRemovedListener

  • All Superinterfaces:
    EventListener

    public interface AppSettingRemovedListener
    extends EventListener
    This listener is executed when a setting is removed from an application.
    Author:
    Jeremy Wiesner [jswiesner@gmail.com]
    • Method Detail

      • onSettingRemoved

        void onSettingRemoved​(App app,
                              String settingKey)
        Code to execute right after a setting is removed.
        Parameters:
        app - the app object
        settingKey - the key (name) of the setting to remove