Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
ChatPanel

public interface ChatRoomMemberPropertyChangeListener
extends EventListener

The ChatRoomMemberPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room member (e.g. such as its nickname) has been modified.

Author:
Emil Ivov, Yana Stamcheva

Method Summary
 void chatRoomPropertyChanged(ChatRoomMemberPropertyChangeEvent event)
          Called to indicate that a chat room member property has been modified.
 

Method Detail

chatRoomPropertyChanged

void chatRoomPropertyChanged(ChatRoomMemberPropertyChangeEvent event)
Called to indicate that a chat room member property has been modified.

Parameters:
event - the ChatRoomMemberPropertyChangeEvent containing the name of the property that has just changed, as well as its old and new values.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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