net.java.sip.communicator.service.protocol.event
Interface ChatRoomLocalUserRoleListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- ChatPanel
public interface ChatRoomLocalUserRoleListener
- extends EventListener
A listener that will be notified of changes in the role of the local
user participant in a particular chat room. Changes could be us being granted
any of the roles defined in ChatRoomMemberRole.
- Author:
- Stephane Remy
- See Also:
ChatRoomMemberRole
localUserRoleChanged
void localUserRoleChanged(ChatRoomLocalUserRoleChangeEvent evt)
- Called to notify interested parties that a change in the role of the
local user participant in a particular chat room has occurred.
- Parameters:
evt - the ChatRoomLocalUserRoleChangeEvent 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.