Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Superinterfaces:
EventListener
All Known Implementing Classes:
ConferenceChatSession

public interface ChatRoomPropertyChangeListener
extends EventListener

The ChatRoomPropertyChangeListener receives events notifying interested parties that a property of the corresponding chat room (e.g. such as its subject or type) has been modified or failed to be modified.
The modification of a property could fail, because the implementation doesn't support such a property.

Author:
Emil Ivov, Yana Stamcheva

Method Summary
 void chatRoomPropertyChanged(ChatRoomPropertyChangeEvent event)
          Called to indicate that a chat room property has been modified.
 void chatRoomPropertyChangeFailed(ChatRoomPropertyChangeFailedEvent event)
          Called to indicate that a change of a chat room property has failed.
 

Method Detail

chatRoomPropertyChanged

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

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

chatRoomPropertyChangeFailed

void chatRoomPropertyChangeFailed(ChatRoomPropertyChangeFailedEvent event)
Called to indicate that a change of a chat room property has failed. The modification of a property could fail, because the implementation doesn't support such a property.

Parameters:
event - the ChatRoomPropertyChangeFailedEvent containing the name of the property that has failed, 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.