Uses of Interface
org.jivesoftware.smack.RosterListener

Packages that use RosterListener
org.jivesoftware.smack Core classes of the Smack API. 
 

Uses of RosterListener in org.jivesoftware.smack
 

Classes in org.jivesoftware.smack that implement RosterListener
static class RosterTest.TestRosterListener
          This class can be used to check if the RosterListener was invoked.
 

Methods in org.jivesoftware.smack with parameters of type RosterListener
 void Roster.addRosterListener(RosterListener rosterListener)
          Adds a listener to this roster.
 void Roster.removeRosterListener(RosterListener rosterListener)
          Removes a listener from this roster.