Uses of Interface
org.jivesoftware.smackx.privacy.PrivacyListListener
-
Packages that use PrivacyListListener Package Description org.jivesoftware.smackx.privacy Smacks implementation of XEP-0016: Privacy Lists. -
-
Uses of PrivacyListListener in org.jivesoftware.smackx.privacy
Methods in org.jivesoftware.smackx.privacy with parameters of type PrivacyListListener Modifier and Type Method Description booleanPrivacyListManager. addListener(PrivacyListListener listener)Adds a privacy list listener that will be notified of any new update in the user privacy communication.booleanPrivacyListManager. removeListener(PrivacyListListener listener)Removes the privacy list listener.
-