|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubscriptionEventListener | |
---|---|
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 SubscriptionEventListener in com.pusher.client.channel |
---|
Subinterfaces of SubscriptionEventListener in com.pusher.client.channel | |
---|---|
interface |
ChannelEventListener
Client applications should implement this interface if they want to be notified when events are received on a public or private 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. |
Methods in com.pusher.client.channel with parameters of type SubscriptionEventListener | |
---|---|
void |
Channel.bind(String eventName,
SubscriptionEventListener listener)
Binds a SubscriptionEventListener to an event. |
void |
Channel.unbind(String eventName,
SubscriptionEventListener listener)
Unbinds a previously bound SubscriptionEventListener from an event. |
Uses of SubscriptionEventListener in com.pusher.client.channel.impl |
---|
Fields in com.pusher.client.channel.impl with type parameters of type SubscriptionEventListener | |
---|---|
protected Map<String,Set<SubscriptionEventListener>> |
ChannelImpl.eventNameToListenerMap
|
Methods in com.pusher.client.channel.impl with parameters of type SubscriptionEventListener | |
---|---|
void |
PrivateChannelImpl.bind(String eventName,
SubscriptionEventListener listener)
|
void |
PresenceChannelImpl.bind(String eventName,
SubscriptionEventListener listener)
|
void |
ChannelImpl.bind(String eventName,
SubscriptionEventListener listener)
|
void |
ChannelImpl.unbind(String eventName,
SubscriptionEventListener listener)
|
Uses of SubscriptionEventListener in com.pusher.client.example |
---|
Classes in com.pusher.client.example that implement SubscriptionEventListener | |
---|---|
class |
ExampleApp
|
class |
PresenceChannelExampleApp
|
class |
PrivateChannelExampleApp
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |