|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.service.protocol.event.ChatRoomInvitationRejectedEvent
public class ChatRoomInvitationRejectedEvent
ChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ChatRoomInvitationRejectedEvent(OperationSetMultiUserChat source,
ChatRoom chatRoom,
String invitee,
String reason,
Date timestamp)
Creates a ChatRoomInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee. |
|
| Method Summary | |
|---|---|
ChatRoom |
getChatRoom()
Returns the ChatRoom for which the initial invitation was. |
String |
getInvitee()
Returns the name of the invitee that rejected the invitation. |
String |
getReason()
Returns the reason for which the ChatRoomInvitation is rejected. |
OperationSetMultiUserChat |
getSourceOperationSet()
Returns the multi user chat operation set that dispatches this event. |
Date |
getTimestamp()
A timestamp indicating the exact date when the event ocurred. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChatRoomInvitationRejectedEvent(OperationSetMultiUserChat source,
ChatRoom chatRoom,
String invitee,
String reason,
Date timestamp)
source - the OperationSetMultiUserChat that dispatches this
eventchatRoom - the ChatRoom for which the initial invitation
wasinvitee - the name of the invitee that rejected the invitationreason - the reason of the rejectiontimestamp - the exact date when the event ocurred| Method Detail |
|---|
public OperationSetMultiUserChat getSourceOperationSet()
public ChatRoom getChatRoom()
public String getInvitee()
public String getReason()
public Date getTimestamp()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||