Uses of Interface
net.sf.xenqtt.client.MqttClientListener

Packages that use MqttClientListener
net.sf.xenqtt.client   
 

Uses of MqttClientListener in net.sf.xenqtt.client
 

Subinterfaces of MqttClientListener in net.sf.xenqtt.client
 interface AsyncClientListener
           Implement this interface to use the AsyncMqttClient.
 

Fields in net.sf.xenqtt.client declared as MqttClientListener
static MqttClientListener MqttClientListener.NULL_LISTENER
          Use this listener when you want to ignore all client events including received messages.
 

Methods in net.sf.xenqtt.client with parameters of type MqttClientListener
 MqttClient MqttClientFactory.newSynchronousClient(MqttClientListener mqttClientListener)
          Creates a synchronous client.
 

Constructors in net.sf.xenqtt.client with parameters of type MqttClientListener
SynchronousMqttClient(String brokerUri, MqttClientListener listener, Executor executor)
          Constructs an instance of this class using a user provided Executor with the default config.
SynchronousMqttClient(String brokerUri, MqttClientListener listener, Executor executor, MqttClientConfig config)
          Constructs an instance of this class using a user provided Executor with a custom config.
SynchronousMqttClient(String brokerUri, MqttClientListener listener, int messageHandlerThreadPoolSize)
          Constructs an instance of this class using an Executor owned by this class with the default config.
SynchronousMqttClient(String brokerUri, MqttClientListener listener, int messageHandlerThreadPoolSize, MqttClientConfig config)
          Constructs an instance of this class using an Executor owned by this class with a custom config.
 



Copyright © 2013. All Rights Reserved.