Uses of Package
com.pusher.client.channel

Packages that use com.pusher.client.channel
com.pusher.client Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. 
com.pusher.client.channel Classes related to channels, which are subscriptions to data within Pusher, and channel event listener interfaces. 
com.pusher.client.channel.impl   
com.pusher.client.example Examples that can be executed as part of testing from the built .jar. 
 

Classes in com.pusher.client.channel used by com.pusher.client
Channel
          An object that represents a Pusher channel.
ChannelEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
PresenceChannel
          An object that represents a Pusher presence channel.
PresenceChannelEventListener
          Used to listen for presence specific events as well as those defined by the PrivateChannelEventListener and parent interfaces.
PrivateChannel
          Represents a subscription to a private channel.
PrivateChannelEventListener
          Interface to listen to private channel events.
 

Classes in com.pusher.client.channel used by com.pusher.client.channel
Channel
          An object that represents a Pusher channel.
ChannelEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
ChannelState
          Used to identify the state of the channel e.g.
PrivateChannel
          Represents a subscription to a private channel.
PrivateChannelEventListener
          Interface to listen to private channel events.
SubscriptionEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
User
          Represents a user that is subscribed to a PresenceChannel.
 

Classes in com.pusher.client.channel used by com.pusher.client.channel.impl
Channel
          An object that represents a Pusher channel.
ChannelEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
ChannelState
          Used to identify the state of the channel e.g.
PresenceChannel
          An object that represents a Pusher presence channel.
PrivateChannel
          Represents a subscription to a private channel.
SubscriptionEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
User
          Represents a user that is subscribed to a PresenceChannel.
 

Classes in com.pusher.client.channel used by com.pusher.client.example
ChannelEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
PresenceChannelEventListener
          Used to listen for presence specific events as well as those defined by the PrivateChannelEventListener and parent interfaces.
PrivateChannelEventListener
          Interface to listen to private channel events.
SubscriptionEventListener
          Client applications should implement this interface if they want to be notified when events are received on a public or private channel.
User
          Represents a user that is subscribed to a PresenceChannel.
 



Copyright © 2013 Pusher. All Rights Reserved.