|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrivacyListListener
Interface to implement classes to listen for server events about privacy communication.
Listeners are registered with the PrivacyListManager.
PrivacyListManager.addListener(org.jivesoftware.smack.PrivacyListListener)| Method Summary | |
|---|---|
void |
setPrivacyList(java.lang.String listName,
java.util.List<PrivacyItem> listItem)
Set or update a privacy list with PrivacyItem. |
void |
updatedPrivacyList(java.lang.String listName)
A privacy list has been modified by another. |
| Method Detail |
|---|
void setPrivacyList(java.lang.String listName,
java.util.List<PrivacyItem> listItem)
listName - the name of the new or updated privacy list.listItem - the PrivacyItems that rules the list.void updatedPrivacyList(java.lang.String listName)
listName - the name of the updated privacy list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||