Uses of Interface
org.openhab.core.thing.binding.BridgeHandler
Packages that use BridgeHandler
Package
Description
-
Uses of BridgeHandler in org.openhab.core.magic.binding.handler
Classes in org.openhab.core.magic.binding.handler that implement BridgeHandlerModifier and TypeClassDescriptionclass
TheMagicBridgeHandler
serves as a handler for magic bridges. -
Uses of BridgeHandler in org.openhab.core.thing
Methods in org.openhab.core.thing that return BridgeHandlerModifier and TypeMethodDescription@Nullable BridgeHandler
Bridge.getHandler()
Gets the bridge handler. -
Uses of BridgeHandler in org.openhab.core.thing.binding
Classes in org.openhab.core.thing.binding that implement BridgeHandlerModifier and TypeClassDescriptionclass
TheBaseBridgeHandler
implements theBridgeHandler
interface and adds some convenience methods for bridges to theBaseThingHandler
.class
TheConfigStatusBridgeHandler
is an extension ofBaseBridgeHandler
that implements theConfigStatusProvider
interface.