public interface DeviceHandlerFactory
DeviceHandler instances
working on an available HomeMaticConnection. Objects of this class
shall be registered as OSGi services and will be picked up by the driver.
The driver will call DeviceHandlers from all available factories in a simple
chain-of-responsibility fashion ordered by the OSGi service ranking of
the factory.| Modifier and Type | Method and Description |
|---|---|
DeviceHandler |
createHandler(HomeMaticConnection connection)
Creates a new
DeviceHandler. |
DeviceHandler createHandler(HomeMaticConnection connection)
DeviceHandler. The handler instance is expected to
store the given connection.connection - Copyright © 2018. All rights reserved.