com.github.pfichtner.ardulink
Class AbstractMqttAdapter.AbstractPinHandler

java.lang.Object
  extended by com.github.pfichtner.ardulink.AbstractMqttAdapter.AbstractPinHandler
All Implemented Interfaces:
AbstractMqttAdapter.Handler
Direct Known Subclasses:
AbstractMqttAdapter.AnalogHandler, AbstractMqttAdapter.ControlHandlerAnalog, AbstractMqttAdapter.ControlHandlerDigital, AbstractMqttAdapter.DigitalHandler
Enclosing class:
AbstractMqttAdapter

public abstract static class AbstractMqttAdapter.AbstractPinHandler
extends Object
implements AbstractMqttAdapter.Handler


Constructor Summary
AbstractMqttAdapter.AbstractPinHandler(Pattern pattern)
           
 
Method Summary
 boolean handle(String topic, String message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMqttAdapter.AbstractPinHandler

public AbstractMqttAdapter.AbstractPinHandler(Pattern pattern)
Method Detail

handle

public boolean handle(String topic,
                      String message)
Specified by:
handle in interface AbstractMqttAdapter.Handler


Copyright © 2015. All rights reserved.