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