Uses of Interface
org.openhab.core.automation.ModuleHandlerCallback
Package
Description
-
Uses of ModuleHandlerCallback in org.openhab.core.automation.handler
Modifier and TypeInterfaceDescriptioninterface
This is a callback interface to RuleManager which is used by theTriggerHandler
to notify the RuleManager about firing of theTrigger
.Modifier and TypeFieldDescriptionprotected @Nullable ModuleHandlerCallback
BaseModuleHandler.callback
Modifier and TypeMethodDescriptionvoid
BaseModuleHandler.setCallback
(ModuleHandlerCallback callback) void
ModuleHandler.setCallback
(ModuleHandlerCallback callback) The callback is injected to the handler through this method.