Uses of Interface
com.streamhub.api.Client

Packages that use Client
com.streamhub.api The main classes and interfaces of the Streaming API. 
 

Uses of Client in com.streamhub.api
 

Methods in com.streamhub.api with parameters of type Client
 void PublishListener.onMessageReceived(Client client, String topic, Payload payload)
          This method will be called everytime a message is published by a client to the server.
 void SubscriptionListener.onSubscribe(String topic, Client client)
          Called when a client subscribes to a topic.
 void SubscriptionListener.onUnSubscribe(String topic, Client client)
          Called when a client unsubscribes from a topic.
 



Copyright © 2009 StreamHub. Tutorials, news and guides can be found on the StreamHub Comet Blog.