mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
code format modified
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2033 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a0daf9edc9
commit
69f8d71a65
1 changed files with 5 additions and 5 deletions
|
@ -62,12 +62,12 @@ import java.util.Iterator;
|
|||
*/
|
||||
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 rosterEntries the entries sent by the user. These entries are local roster entries.
|
||||
*/
|
||||
public void entriesReceived(String from, Iterator rosterEntries);
|
||||
|
||||
*/
|
||||
public void entriesReceived(String from, Iterator rosterEntries);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue