Uses of Interface
step.core.controller.ControllerSettingHook
Packages that use ControllerSettingHook
-
Uses of ControllerSettingHook in step.core.controller
Methods in step.core.controller that return types with arguments of type ControllerSettingHookModifier and TypeMethodDescriptionprotected List<ControllerSettingHook>ControllerSettingAccessorImpl.getHooksBySettingKey(String settingKey) protected Map<String,List<ControllerSettingHook>> ControllerSettingAccessorImpl.getHooksMap()Methods in step.core.controller with parameters of type ControllerSettingHookModifier and TypeMethodDescriptionvoidControllerSettingAccessor.addHook(String key, ControllerSettingHook hook) voidControllerSettingAccessorImpl.addHook(String key, ControllerSettingHook hook) protected voidControllerSettingAccessorImpl.callHookOnSettingRemove(ControllerSetting deletedSetting, ControllerSettingHook hook, boolean ignoreError) protected voidControllerSettingAccessorImpl.callHookOnSettingSave(ControllerSetting res, ControllerSettingHook hook, boolean ignoreError) booleanControllerSettingAccessor.removeHook(String key, ControllerSettingHook hook) booleanControllerSettingAccessorImpl.removeHook(String key, ControllerSettingHook hook)