Uses of Interface
org.openhab.core.thing.binding.BridgeHandler
Package
Description
-
Uses of BridgeHandler in org.openhab.core.magic.binding.handler
Modifier and TypeClassDescriptionclass
TheMagicBridgeHandler
serves as a handler for magic bridges. -
Uses of BridgeHandler in org.openhab.core.thing
Modifier and TypeMethodDescription@Nullable BridgeHandler
Bridge.getHandler()
Gets the bridge handler. -
Uses of BridgeHandler in org.openhab.core.thing.binding
Modifier 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.