net.java.sip.communicator.service.protocol.event
Interface ChatRoomMemberPresenceListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ConferenceChatSession
public interface ChatRoomMemberPresenceListener
- extends EventListener
A listener that will be notified of changes in the presence of a member in a
particular chat room. Changes may include member being kicked, join, left.
- Author:
- Emil Ivov
memberPresenceChanged
void memberPresenceChanged(ChatRoomMemberPresenceChangeEvent evt)
- Called to notify interested parties that a change in the presence of a
member in a particular chat room has occurred. Changes may include member
being kicked, join, left.
- Parameters:
evt - the ChatRoomMemberPresenceChangeEvent instance
containing the source chat room and type, and reason of the presence
change
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.