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 TypeMethodDescriptionvoid
ControllerSettingAccessor.addHook
(String key, ControllerSettingHook hook) void
ControllerSettingAccessorImpl.addHook
(String key, ControllerSettingHook hook) protected void
ControllerSettingAccessorImpl.callHookOnSettingRemove
(ControllerSetting deletedSetting, ControllerSettingHook hook, boolean ignoreError) protected void
ControllerSettingAccessorImpl.callHookOnSettingSave
(ControllerSetting res, ControllerSettingHook hook, boolean ignoreError) boolean
ControllerSettingAccessor.removeHook
(String key, ControllerSettingHook hook) boolean
ControllerSettingAccessorImpl.removeHook
(String key, ControllerSettingHook hook)