Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
ConferenceChatManager

public interface ChatRoomInvitationListener

A listener that dispatches events notifying that an invitation to join a MUC room is received.

Author:
Emil Ivov

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

Method Detail

invitationReceived

void invitationReceived(ChatRoomInvitationReceivedEvent evt)
Called when we receive an invitation to join an existing ChatRoom.

Parameters:
evt - the ChatRoomInvitationReceivedEvent 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.