Uses of Class
org.jivesoftware.smackx.xroster.RemoteRosterEntry
-
Packages that use RemoteRosterEntry Package Description org.jivesoftware.smackx.xroster TODO describe me.org.jivesoftware.smackx.xroster.packet TODO describe me. -
-
Uses of RemoteRosterEntry in org.jivesoftware.smackx.xroster
Method parameters in org.jivesoftware.smackx.xroster with type arguments of type RemoteRosterEntry Modifier and Type Method Description void
RosterExchangeListener. entriesReceived(Jid from, java.util.Iterator<RemoteRosterEntry> remoteRosterEntries)
Called when roster entries are received as part of a roster exchange. -
Uses of RemoteRosterEntry in org.jivesoftware.smackx.xroster.packet
Methods in org.jivesoftware.smackx.xroster.packet that return types with arguments of type RemoteRosterEntry Modifier and Type Method Description java.util.Iterator<RemoteRosterEntry>
RosterExchange. getRosterEntries()
Returns an Iterator for the roster entries in the packet.Methods in org.jivesoftware.smackx.xroster.packet with parameters of type RemoteRosterEntry Modifier and Type Method Description void
RosterExchange. addRosterEntry(RemoteRosterEntry remoteRosterEntry)
Adds a remote roster entry to the packet.
-