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

Packages that use PrivateChannelEventListener
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.example Examples that can be executed as part of testing from the built .jar. 
 

Uses of PrivateChannelEventListener in com.pusher.client
 

Methods in com.pusher.client with parameters of type PrivateChannelEventListener
 PrivateChannel Pusher.subscribePrivate(String channelName, PrivateChannelEventListener listener, String... eventNames)
          Subscribes to a PrivateChannel which requires authentication.
 

Uses of PrivateChannelEventListener in com.pusher.client.channel
 

Subinterfaces of PrivateChannelEventListener 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.
 

Uses of PrivateChannelEventListener in com.pusher.client.example
 

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



Copyright © 2013 Pusher. All Rights Reserved.