|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISubscribeListener
Listener for handling notifications of subscribe/unsubscribe requests.
Implementers of this interface must be registered via
IPresenceContainerAdapter.addSubscribeListener(ISubscribeListener)
IPresenceContainerAdapter| Method Summary | |
|---|---|
void |
handleSubscribed(ID fromID,
IPresence presence)
Receive subscribed notification. |
void |
handleSubscribeRequest(ID fromID,
IPresence presence)
Receive subscribe request. |
void |
handleUnsubscribed(ID fromID,
IPresence presence)
Receive unsubscribed notification. |
void |
handleUnsubscribeRequest(ID fromID,
IPresence presence)
Receive unsubscribe request. |
| Method Detail |
|---|
void handleSubscribeRequest(ID fromID,
IPresence presence)
fromID - the sender of the subscribe requestpresence - the presence information associated with the user making the
request
void handleUnsubscribeRequest(ID fromID,
IPresence presence)
fromID - the sender of the unsubscribe requestpresence - the presence information associated with the user making the
request
void handleSubscribed(ID fromID,
IPresence presence)
fromID - the sender of the subscribed notificationpresence - the presence information associated with the user sending the
notification
void handleUnsubscribed(ID fromID,
IPresence presence)
fromID - the sender of the unsubscribed notificationpresence - the presence information associated with the user sending the
notification
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||