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 TypeInterfaceDescriptioninterface
This is a callback interface to RuleManager which is used by theTriggerHandler
to notify the RuleManager about firing of theTrigger
.Fields in org.openhab.core.automation.handler declared as ModuleHandlerCallbackModifier and TypeFieldDescriptionprotected @Nullable ModuleHandlerCallback
BaseModuleHandler.callback
Methods in org.openhab.core.automation.handler with parameters of type ModuleHandlerCallbackModifier and TypeMethodDescriptionvoid
BaseModuleHandler.setCallback
(ModuleHandlerCallback callback) void
ModuleHandler.setCallback
(ModuleHandlerCallback callback) The callback is injected to the handler through this method.