public interface RosterListener
Roster.addRosterListener(RosterListener)
Modifier and Type | Method and Description |
---|---|
void |
entriesAdded(java.util.Collection addresses)
Called when roster entries are added.
|
void |
entriesDeleted(java.util.Collection addresses)
Called when a roster entries are removed.
|
void |
entriesUpdated(java.util.Collection addresses)
Called when a roster entries are updated.
|
void |
presenceChanged(java.lang.String XMPPAddress)
Called when the presence of a roster entry is changed.
|
void entriesAdded(java.util.Collection addresses)
addresses
- the XMPP addresses of the contacts that have been added to the roster.void entriesUpdated(java.util.Collection addresses)
addresses
- the XMPP addresses of the contacts whose entries have been updated.void entriesDeleted(java.util.Collection addresses)
addresses
- the XMPP addresses of the contacts that have been removed from the roster.void presenceChanged(java.lang.String XMPPAddress)
XMPPAddress
- the XMPP address of the user who's presence has changed,
including the resource.Copyright © 2003 Jive Software.