Uses of Interface
org.jivesoftware.smackx.muc.ParticipantStatusListener
Packages that use ParticipantStatusListener
-
Uses of ParticipantStatusListener in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type ParticipantStatusListenerModifier and TypeMethodDescriptionboolean
MultiUserChat.addParticipantStatusListener
(ParticipantStatusListener listener) Adds a listener that will be notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.boolean
MultiUserChat.removeParticipantStatusListener
(ParticipantStatusListener listener) Removes a listener that was being notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.