net.java.sip.communicator.service.protocol.event
Interface ChatRoomInvitationRejectionListener
- All Known Implementing Classes:
- ConferenceChatManager
public interface ChatRoomInvitationRejectionListener
A listener that dispatches events notifying that an invitation which was
sent earlier has been rejected by the invitee.
- Author:
- Emil Ivov
invitationRejected
void invitationRejected(ChatRoomInvitationRejectedEvent evt)
- Called when an invitee rejects an invitation previously sent by us.
- Parameters:
evt - the instance of the ChatRoomInvitationRejectedEvent
containing the rejected chat room invitation as well as the source
provider where this happened.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.