Uses of Interface
org.jivesoftware.smack.PrivacyListListener

Packages that use PrivacyListListener
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
 

Uses of PrivacyListListener in org.jivesoftware.smack
 

Classes in org.jivesoftware.smack that implement PrivacyListListener
 class PrivacyClient
          This class supports automated tests about privacy communication from the server to the client.
 

Methods in org.jivesoftware.smack with parameters of type PrivacyListListener
 void PrivacyListManager.addListener(PrivacyListListener listener)
          Adds a packet listener that will be notified of any new update in the user privacy communication.
 

Uses of PrivacyListListener in org.jivesoftware.smack.packet
 

Classes in org.jivesoftware.smack.packet that implement PrivacyListListener
 class PrivacyTest.PrivacyClient
          This class supports automated tests about privacy communication from the server to the client.