Package rocks.xmpp.extensions.muc
Class InvitationDeclineEvent
- java.lang.Object
-
- java.util.EventObject
-
- rocks.xmpp.extensions.muc.InvitationDeclineEvent
-
- All Implemented Interfaces:
Serializable
public final class InvitationDeclineEvent extends EventObject
The multi-user chat invitation decline event, which is triggered when an invitee declines a multi-user chat invitation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JidgetInvitee()Gets the invitee, who declined the invitation.StringgetReason()Gets the reason for the decline.JidgetRoomAddress()Gets the room address.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getInvitee
public Jid getInvitee()
Gets the invitee, who declined the invitation.- Returns:
- The invitee.
-
getRoomAddress
public Jid getRoomAddress()
Gets the room address.- Returns:
- The room address.
-
getReason
public String getReason()
Gets the reason for the decline.- Returns:
- The reason.
-
-