net.java.sip.communicator.service.protocol.event
Class AdHocChatRoomInvitationReceivedEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.protocol.event.AdHocChatRoomInvitationReceivedEvent
- All Implemented Interfaces:
- Serializable
public class AdHocChatRoomInvitationReceivedEvent
- extends EventObject
AdHocChatRoomInvitationReceivedEvents indicate reception of an
invitation to join an ad-hoc chat room.
- Author:
- Valentin Martinet
- See Also:
- Serialized Form
AdHocChatRoomInvitationReceivedEvent
public AdHocChatRoomInvitationReceivedEvent(OperationSetAdHocMultiUserChat adHocMultiUserChatOpSet,
AdHocChatRoomInvitation invitation,
Date timestamp)
- Creates an InvitationReceivedEvent representing reception of
the source invitation received from the specified
from ad-hoc chat room participant.
- Parameters:
adHocMultiUserChatOpSet - the
OperationSetAdHocMultiUserChat, which dispatches this eventinvitation - the AdHocChatRoomInvitation that this event is
fortimestamp - the exact date when the event occurred.
getSourceOperationSet
public OperationSetAdHocMultiUserChat getSourceOperationSet()
- Returns the ad-hoc multi user chat operation set that dispatches this
event.
- Returns:
- the ad-hoc multi user chat operation set that dispatches this
event.
getInvitation
public AdHocChatRoomInvitation getInvitation()
- Returns the AdHocChatRoomInvitation that this event is for.
- Returns:
- the AdHocChatRoomInvitation that this event is for.
getTimestamp
public Date getTimestamp()
- A timestamp indicating the exact date when the event ocurred.
- Returns:
- a Date indicating when the event ocurred.
SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.