mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 08:12:05 +01:00
comments updated
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2066 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
ca37ceb2f1
commit
ec9df5b41c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public interface RosterExchangeListener {
|
||||||
* Called when roster entries are received as part of a roster exchange.
|
* Called when roster entries are received as part of a roster exchange.
|
||||||
*
|
*
|
||||||
* @param from the user that sent the entries.
|
* @param from the user that sent the entries.
|
||||||
* @param rosterEntries the entries sent by the user. The entries are instances of
|
* @param remoteRosterEntries the entries sent by the user. The entries are instances of
|
||||||
* RemoteRosterEntry.
|
* RemoteRosterEntry.
|
||||||
*/
|
*/
|
||||||
public void entriesReceived(String from, Iterator remoteRosterEntries);
|
public void entriesReceived(String from, Iterator remoteRosterEntries);
|
||||||
|
|
Loading…
Reference in a new issue