Uses of Interface
org.jivesoftware.openfire.privacy.PrivacyListEventListener
-
Packages that use PrivacyListEventListener Package Description org.jivesoftware.openfire.privacy Implementation of Blocking Communication. -
-
Uses of PrivacyListEventListener in org.jivesoftware.openfire.privacy
Methods in org.jivesoftware.openfire.privacy with parameters of type PrivacyListEventListener Modifier and Type Method Description voidPrivacyListManager. addListener(PrivacyListEventListener listener)Registers a listener to receive events when a privacy list is created, updated or deleted.voidPrivacyListManager. removeListener(PrivacyListEventListener listener)Unregisters a listener to receive events.
-