Module com.erudika.para.core
Package com.erudika.para.core.listeners
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSettingRemoved(App app, String settingKey)Code to execute right after a setting is removed.
-