|
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.AdHocChatRoomInvitationRejectedEvent
public class AdHocChatRoomInvitationRejectedEvent
AdHocChatRoomInvitationRejectedEvents indicates the reception of a rejection of an invitation.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AdHocChatRoomInvitationRejectedEvent(OperationSetAdHocMultiUserChat source,
AdHocChatRoom adHocChatRoom,
String invitee,
String reason,
Date timestamp)
Creates a AdHocChatRoomInvitationRejectedEvent representing the rejection of an invitation, rejected by the given invitee. |
|
| Method Summary | |
|---|---|
AdHocChatRoom |
getChatRoom()
Returns the AdHocChatRoom 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 AdHocChatRoomInvitation is rejected. |
OperationSetAdHocMultiUserChat |
getSourceOperationSet()
Returns the ad-hoc multi user chat operation set that dispatches this event. |
Date |
getTimestamp()
A timestamp indicating the exact date when the event occurred. |
| 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 AdHocChatRoomInvitationRejectedEvent(OperationSetAdHocMultiUserChat source,
AdHocChatRoom adHocChatRoom,
String invitee,
String reason,
Date timestamp)
source - the OperationSetAdHocMultiUserChat that dispatches
this
eventadHocChatRoom - the AdHocChatRoom 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 OperationSetAdHocMultiUserChat getSourceOperationSet()
public AdHocChatRoom 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 | |||||||||