Uses of Interface
com.github.pfichtner.ardulink.AbstractMqttAdapter.Handler

Packages that use AbstractMqttAdapter.Handler
com.github.pfichtner.ardulink   
 

Uses of AbstractMqttAdapter.Handler in com.github.pfichtner.ardulink
 

Classes in com.github.pfichtner.ardulink that implement AbstractMqttAdapter.Handler
static class AbstractMqttAdapter.AbstractPinHandler
           
static class AbstractMqttAdapter.AnalogHandler
          Does handle mqtt messages for analog pins.
static class AbstractMqttAdapter.ControlHandlerAnalog
          Does handle mqtt messages for controlling Ardulink (start/stop analog listeners).
static class AbstractMqttAdapter.ControlHandlerDigital
          Does handle mqtt messages for controlling Ardulink (start/stop digital listeners).
static class AbstractMqttAdapter.DigitalHandler
          Does handle mqtt messages for digital pins.
 

Constructor parameters in com.github.pfichtner.ardulink with type arguments of type AbstractMqttAdapter.Handler
AbstractMqttAdapter(org.zu.ardulink.Link link, Config config, Collection<AbstractMqttAdapter.Handler> handlers)
           
 



Copyright © 2015. All rights reserved.