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

Packages that use PresenceChannelEventListener
com.pusher.client Classes for connecting to Pusher, configuring the Pusher instance and authenticating subscriptions. 
com.pusher.client.example Examples that can be executed as part of testing from the built .jar. 
 

Uses of PresenceChannelEventListener in com.pusher.client
 

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

Uses of PresenceChannelEventListener in com.pusher.client.example
 

Classes in com.pusher.client.example that implement PresenceChannelEventListener
 class PresenceChannelExampleApp
           
 



Copyright © 2013 Pusher. All Rights Reserved.