net.java.sip.communicator.service.protocol.event
Interface ChatRoomMemberRoleListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ChatPanel
public interface ChatRoomMemberRoleListener
- extends EventListener
A listener that will be notified of changes in the role of a chat
participant in a particular chat room. Changes may include participant being
granted any of the roles defined in ChatRoomMemberRole.
- Author:
- Emil Ivov, Stephane Remy
- See Also:
ChatRoomMemberRole
memberRoleChanged
void memberRoleChanged(ChatRoomMemberRoleChangeEvent evt)
- Called to notify interested parties that a change in the role of a
chat room member has occurred.
- Parameters:
evt - the ChatRoomMemberRoleChangeEvent instance
containing the source chat room and role old and new state.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.