Uses of Interface
org.jivesoftware.smack.roster.RosterListener
-
Packages that use RosterListener Package Description org.jivesoftware.smack.roster Smacks API for Rosters. -
-
Uses of RosterListener in org.jivesoftware.smack.roster
Classes in org.jivesoftware.smack.roster that implement RosterListener Modifier and Type Class Description classAbstractRosterListenerProvides empty implementations forRosterListener.Methods in org.jivesoftware.smack.roster with parameters of type RosterListener Modifier and Type Method Description booleanRoster. addRosterListener(RosterListener rosterListener)Adds a listener to this roster.voidRoster. getEntriesAndAddListener(RosterListener rosterListener, RosterEntries rosterEntries)Add a roster listener and invoke the roster entries with all entries of the roster.booleanRoster. removeRosterListener(RosterListener rosterListener)Removes a listener from this roster.
-