Uses of Interface
org.openhab.core.thing.binding.ThingHandlerService
Packages that use ThingHandlerService
Package
Description
-
Uses of ThingHandlerService in org.openhab.core.config.discovery
Classes in org.openhab.core.config.discovery that implement ThingHandlerServiceModifier and TypeClassDescriptionclassAbstractThingHandlerDiscoveryService<T extends ThingHandler>TheAbstractThingHandlerDiscoveryServiceextends theAbstractDiscoveryServicefor thing-based discovery services. -
Uses of ThingHandlerService in org.openhab.core.magic.binding.handler
Methods in org.openhab.core.magic.binding.handler that return types with arguments of type ThingHandlerServiceModifier and TypeMethodDescriptionCollection<Class<? extends ThingHandlerService>> MagicActionModuleThingHandler.getServices() -
Uses of ThingHandlerService in org.openhab.core.thing.binding
Subinterfaces of ThingHandlerService in org.openhab.core.thing.bindingModifier and TypeInterfaceDescriptioninterfaceMarker interface for Automation Actions with access to aThingHandler.Methods in org.openhab.core.thing.binding that return types with arguments of type ThingHandlerServiceModifier and TypeMethodDescriptiondefault Collection<Class<? extends ThingHandlerService>> ThingHandler.getServices()This method provides a list of classes which should be registered as services by the frameworkMethod parameters in org.openhab.core.thing.binding with type arguments of type ThingHandlerServiceModifier and TypeMethodDescriptionvoidBaseThingHandlerFactory.registerService(ThingHandler thingHandler, Class<? extends ThingHandlerService> klass) Registers a dynamic service for the given thing handler.