com.pusher.client.channel
Interface PrivateChannelEventListener

All Superinterfaces:
ChannelEventListener, SubscriptionEventListener
All Known Subinterfaces:
PresenceChannelEventListener
All Known Implementing Classes:
PresenceChannelExampleApp, PrivateChannelExampleApp

public interface PrivateChannelEventListener
extends ChannelEventListener

Interface to listen to private channel events.


Method Summary
 void onAuthenticationFailure(String message, Exception e)
          Called when an attempt to authenticate a private channel fails.
 
Methods inherited from interface com.pusher.client.channel.ChannelEventListener
onSubscriptionSucceeded
 
Methods inherited from interface com.pusher.client.channel.SubscriptionEventListener
onEvent
 

Method Detail

onAuthenticationFailure

void onAuthenticationFailure(String message,
                             Exception e)
Called when an attempt to authenticate a private channel fails.

Parameters:
message - A description of the problem.
e - An associated exception, if available.


Copyright © 2013 Pusher. All Rights Reserved.