|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscribeListener
| Method Summary | |
|---|---|
void |
onPSubscribe(String pattern,
long subscribedChannels)
Means that we successfully subscribed to the given pattern |
void |
onPUnsubscribe(String pattern,
long subscribedChannels)
Means that we successfully unsubscribed from the given pattern |
void |
onSubscribe(String channel,
long subscribedChannels)
Means that we successfully subscribed to the given channel * |
void |
onUnsubscribe(String channel,
long subscribedChannels)
Means that we successfully unsubscribed from the given channel |
| Method Detail |
|---|
void onSubscribe(String channel,
long subscribedChannels)
channel - subscribed channelsubscribedChannels - the number of channels we are currently subscribed to
void onUnsubscribe(String channel,
long subscribedChannels)
channel - unsubscribed channelsubscribedChannels - the number of channels we are currently subscribed to
void onPSubscribe(String pattern,
long subscribedChannels)
pattern - subscribed patternsubscribedChannels - the number of channels we are currently subscribed to
void onPUnsubscribe(String pattern,
long subscribedChannels)
pattern - unsubscribed patternsubscribedChannels - the number of channels we are currently subscribed to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||