|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RosterListener
A listener that is fired any time a roster is changed or the presence of a user in the roster is changed.
Roster.addRosterListener(RosterListener)
Method Summary | |
---|---|
void |
entriesAdded(Collection addresses)
Called when roster entries are added. |
void |
entriesDeleted(Collection addresses)
Called when a roster entries are removed. |
void |
entriesUpdated(Collection addresses)
Called when a roster entries are updated. |
void |
presenceChanged(String XMPPAddress)
Called when the presence of a roster entry is changed. |
Method Detail |
---|
void entriesAdded(Collection addresses)
addresses
- the XMPP addresses of the contacts that have been added to the roster.void entriesUpdated(Collection addresses)
addresses
- the XMPP addresses of the contacts whose entries have been updated.void entriesDeleted(Collection addresses)
addresses
- the XMPP addresses of the contacts that have been removed from the roster.void presenceChanged(String XMPPAddress)
XMPPAddress
- the XMPP address of the user who's presence has changed,
including the resource.
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |