Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
ChatAlerterActivator, ConferenceChatManager, MessageHistoryServiceImpl, NotificationManager

public interface LocalUserAdHocChatRoomPresenceListener
extends EventListener

A listener that will be notified of changes in our presence in the chat room such as us being kicked, join, left.

Author:
Valentin Martinet

Method Summary
 void localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent evt)
          Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred.
 

Method Detail

localUserAdHocPresenceChanged

void localUserAdHocPresenceChanged(LocalUserAdHocChatRoomPresenceChangeEvent evt)
Called to notify interested parties that a change in our presence in an ad-hoc chat room has occurred. Changes may include us being join, left.

Parameters:
evt - the LocalUserAdHocChatRoomPresenceChangeEvent instance containing the ad-hoc chat room and the type, and reason of the change

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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