Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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


public interface AdHocChatRoomListener

A listener which dispatches events notifying ad-hoc chat rooms who have been created, joined and destroyed.

Author:
Valentin Martinet

Method Summary
 void adHocChatRoomCreated(AdHocChatRoomCreatedEvent evt)
          Called when we receive an AdHocChatRoomCreatedEvent.
 void adHocChatRoomDestroyed(AdHocChatRoomDestroyedEvent evt)
          Called when we receive an AdHocChatRoomDestroyedEvent.
 

Method Detail

adHocChatRoomCreated

void adHocChatRoomCreated(AdHocChatRoomCreatedEvent evt)
Called when we receive an AdHocChatRoomCreatedEvent.

Parameters:
evt - the AdHocChatRoomCreatedEvent

adHocChatRoomDestroyed

void adHocChatRoomDestroyed(AdHocChatRoomDestroyedEvent evt)
Called when we receive an AdHocChatRoomDestroyedEvent.

Parameters:
evt - the AdHocChatRoomDestroyedEvent

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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