com.github.pfichtner.ardulink
Class AbstractMqttAdapter.AnalogReadChangeListenerConfigurer

java.lang.Object
  extended by com.github.pfichtner.ardulink.AbstractMqttAdapter.AnalogReadChangeListenerConfigurer
Enclosing class:
AbstractMqttAdapter

public class AbstractMqttAdapter.AnalogReadChangeListenerConfigurer
extends Object


Constructor Summary
AbstractMqttAdapter.AnalogReadChangeListenerConfigurer(int pin)
           
 
Method Summary
 void add()
           
 AbstractMqttAdapter.AnalogReadChangeListenerConfigurer compact(AbstractMqttAdapter.CompactStrategy strategy, TimeSlicer timeSlicer)
           
 void decorate(org.zu.ardulink.event.AnalogReadChangeListener newActive)
           
 org.zu.ardulink.event.AnalogReadChangeListener getActive()
           
 AbstractMqttAdapter.AnalogReadChangeListenerConfigurer tolerance(Tolerance tolerance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMqttAdapter.AnalogReadChangeListenerConfigurer

public AbstractMqttAdapter.AnalogReadChangeListenerConfigurer(int pin)
Method Detail

tolerance

public AbstractMqttAdapter.AnalogReadChangeListenerConfigurer tolerance(Tolerance tolerance)

compact

public AbstractMqttAdapter.AnalogReadChangeListenerConfigurer compact(AbstractMqttAdapter.CompactStrategy strategy,
                                                                      TimeSlicer timeSlicer)

decorate

public void decorate(org.zu.ardulink.event.AnalogReadChangeListener newActive)

getActive

public org.zu.ardulink.event.AnalogReadChangeListener getActive()

add

public void add()


Copyright © 2015. All rights reserved.