Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public interface LocalUserChatRoomPresenceListener
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:
Emil Ivov

Method Summary
 void localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent evt)
          Called to notify interested parties that a change in our presence in a chat room has occured.
 

Method Detail

localUserPresenceChanged

void localUserPresenceChanged(LocalUserChatRoomPresenceChangeEvent evt)
Called to notify interested parties that a change in our presence in a chat room has occured. Changes may include us being kicked, join, left.

Parameters:
evt - the LocalUserChatRoomPresenceChangeEvent instance containing the 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.