public interface RosterExchangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
entriesReceived(java.lang.String from,
java.util.Iterator<RemoteRosterEntry> remoteRosterEntries)
Called when roster entries are received as part of a roster exchange.
|
void entriesReceived(java.lang.String from,
java.util.Iterator<RemoteRosterEntry> remoteRosterEntries)
from - the user that sent the entries.remoteRosterEntries - the entries sent by the user. The entries are instances of
RemoteRosterEntry.