public interface PrivacyListListener
PrivacyListManager
.PrivacyListManager.addListener(org.jivesoftware.smackx.privacy.PrivacyListListener)
Modifier and Type | Method and Description |
---|---|
void |
setPrivacyList(String listName,
List<PrivacyItem> listItem)
Set or update a privacy list with PrivacyItem.
|
void |
updatedPrivacyList(String listName)
A privacy list has been modified by another.
|
void setPrivacyList(String listName, List<PrivacyItem> listItem)
listName
- the name of the new or updated privacy list.listItem
- the PrivacyItems that rules the list.void updatedPrivacyList(String listName)
listName
- the name of the updated privacy list.Copyright © 2016. All rights reserved.