Package com.pusher.client.channel
Interface PrivateEncryptedChannelEventListener
-
- All Superinterfaces:
ChannelEventListener,PrivateChannelEventListener,SubscriptionEventListener
public interface PrivateEncryptedChannelEventListener extends PrivateChannelEventListener
Interface to listen to private encrypted channel events. Note: This needs to extend the PrivateChannelEventListener because in the ChannelManager handleAuthenticationFailure we assume it's safe to cast to a PrivateChannelEventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDecryptionFailure(java.lang.String event, java.lang.String reason)-
Methods inherited from interface com.pusher.client.channel.ChannelEventListener
onSubscriptionSucceeded
-
Methods inherited from interface com.pusher.client.channel.PrivateChannelEventListener
onAuthenticationFailure
-
Methods inherited from interface com.pusher.client.channel.SubscriptionEventListener
onError, onEvent
-
-
-
-
Method Detail
-
onDecryptionFailure
void onDecryptionFailure(java.lang.String event, java.lang.String reason)
-
-