Uses of Interface
org.jivesoftware.smackx.muc.InvitationRejectionListener
-
Packages that use InvitationRejectionListener Package Description org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045). -
-
Uses of InvitationRejectionListener in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type InvitationRejectionListener Modifier and Type Method Description booleanMultiUserChat. addInvitationRejectionListener(InvitationRejectionListener listener)Adds a listener to invitation rejections notifications.booleanMultiUserChat. removeInvitationRejectionListener(InvitationRejectionListener listener)Removes a listener from invitation rejections notifications.
-