Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface AdHocChatRoomInvitationRejectionListener

All Known Implementing Classes:
ConferenceChatManager

public interface AdHocChatRoomInvitationRejectionListener

A listener that dispatches events notifying that an invitation which was sent earlier has been rejected by the invitee.

Author:
Valentin Martinet

Method Summary
 void invitationRejected(AdHocChatRoomInvitationRejectedEvent evt)
          Called when an invitee rejects an invitation previously sent by us.
 

Method Detail

invitationRejected

void invitationRejected(AdHocChatRoomInvitationRejectedEvent evt)
Called when an invitee rejects an invitation previously sent by us.

Parameters:
evt - the instance of the AdHocChatRoomInvitationRejectedEvent containing the rejected ad-hoc chat room invitation as well as the source provider where this happened.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.