Uses of Enum Class
org.jivesoftware.openfire.muc.MUCEventDelegate.InvitationResult
Packages that use MUCEventDelegate.InvitationResult
-
Uses of MUCEventDelegate.InvitationResult in org.jivesoftware.openfire.muc
Methods in org.jivesoftware.openfire.muc that return MUCEventDelegate.InvitationResultModifier and TypeMethodDescriptionabstract MUCEventDelegate.InvitationResultMUCEventDelegate.sendingInvitation(MUCRoom room, org.xmpp.packet.JID inviteeJID, org.xmpp.packet.JID inviterJID, String inviteMessage) This event will be triggered when an entity attempts to invite someone to a room.Returns the enum constant of this class with the specified name.static MUCEventDelegate.InvitationResult[]MUCEventDelegate.InvitationResult.values()Returns an array containing the constants of this enum class, in the order they are declared.