Smack

org.jivesoftware.smackx
Interface RosterExchangeListener


public interface RosterExchangeListener

A listener that is fired anytime a roster exchange is received.

Author:
Gaston Dombiak

Method Summary
 void entriesReceived(String from, Iterator remoteRosterEntries)
          Called when roster entries are received as part of a roster exchange.
 

Method Detail

entriesReceived

void entriesReceived(String from,
                     Iterator remoteRosterEntries)
Called when roster entries are received as part of a roster exchange.

Parameters:
from - the user that sent the entries.
remoteRosterEntries - the entries sent by the user. The entries are instances of RemoteRosterEntry.

Smack

Copyright © 2003-2007 Jive Software.