Uses of Interface
org.jivesoftware.smackx.muc.InvitationRejectionListener

Packages that use InvitationRejectionListener
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
 

Uses of InvitationRejectionListener in org.jivesoftware.smackx.muc
 

Methods in org.jivesoftware.smackx.muc with parameters of type InvitationRejectionListener
 void MultiUserChat.addInvitationRejectionListener(InvitationRejectionListener listener)
          Adds a listener to invitation rejections notifications.
 void MultiUserChat.removeInvitationRejectionListener(InvitationRejectionListener listener)
          Removes a listener from invitation rejections notifications.