Uses of Interface
org.jivesoftware.smackx.muc.ParticipantStatusListener
-
Packages that use ParticipantStatusListener Package Description org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045). -
-
Uses of ParticipantStatusListener in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type ParticipantStatusListener Modifier and Type Method Description boolean
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.
-