Uses of Interface
com.pusher.client.channel.ChannelEventListener

Packages that use ChannelEventListener
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. 
 

Uses of ChannelEventListener in com.pusher.client
 

Methods in com.pusher.client with parameters of type ChannelEventListener
 Channel Pusher.subscribe(String channelName, ChannelEventListener listener, String... eventNames)
          Binds a ChannelEventListener to the specified events and then subscribes to a public Channel.
 

Uses of ChannelEventListener in com.pusher.client.channel
 

Subinterfaces of ChannelEventListener in com.pusher.client.channel
 interface PresenceChannelEventListener
          Used to listen for presence specific events as well as those defined by the PrivateChannelEventListener and parent interfaces.
 interface PrivateChannelEventListener
          Interface to listen to private channel events.
 

Uses of ChannelEventListener in com.pusher.client.channel.impl
 

Methods in com.pusher.client.channel.impl that return ChannelEventListener
 ChannelEventListener InternalChannel.getEventListener()
           
 ChannelEventListener ChannelImpl.getEventListener()
           
 

Methods in com.pusher.client.channel.impl with parameters of type ChannelEventListener
 void InternalChannel.setEventListener(ChannelEventListener listener)
           
 void ChannelImpl.setEventListener(ChannelEventListener listener)
           
 void ChannelManager.subscribeTo(InternalChannel channel, ChannelEventListener listener, String... eventNames)
           
 

Uses of ChannelEventListener in com.pusher.client.example
 

Classes in com.pusher.client.example that implement ChannelEventListener
 class ExampleApp
           
 class PresenceChannelExampleApp
           
 class PrivateChannelExampleApp
           
 



Copyright © 2013 Pusher. All Rights Reserved.