Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
ConferenceChatManager

public interface AdHocChatRoomInvitationListener

A listener that dispatches events notifying that an invitation to join an ad-hoc MUC room is received.

Author:
Valentin Martinet

Method Summary
 void invitationReceived(AdHocChatRoomInvitationReceivedEvent evt)
          Called when we receive an invitation to join an existing AdHocChatRoom.
 

Method Detail

invitationReceived

void invitationReceived(AdHocChatRoomInvitationReceivedEvent evt)
Called when we receive an invitation to join an existing AdHocChatRoom.

Parameters:
evt - the AdHocChatRoomInvitationReceivedEvent that contains the newly received invitation and its source provider.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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