Uses of Interface
org.openhab.core.automation.ModuleHandlerCallback
Packages that use ModuleHandlerCallback
Package
Description
-
Uses of ModuleHandlerCallback in org.openhab.core.automation.handler
Subinterfaces of ModuleHandlerCallback in org.openhab.core.automation.handlerModifier and TypeInterfaceDescriptioninterfaceThis is a callback interface to RuleManager which is used by theTriggerHandlerto notify the RuleManager about firing of theTrigger.Fields in org.openhab.core.automation.handler declared as ModuleHandlerCallbackModifier and TypeFieldDescriptionprotected @Nullable ModuleHandlerCallbackBaseModuleHandler.callbackMethods in org.openhab.core.automation.handler with parameters of type ModuleHandlerCallbackModifier and TypeMethodDescriptionvoidBaseModuleHandler.setCallback(ModuleHandlerCallback callback) voidModuleHandler.setCallback(ModuleHandlerCallback callback) The callback is injected to the handler through this method.