|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChatRoomPropertyChangeListener
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.
| 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 |
|---|
void chatRoomPropertyChanged(ChatRoomPropertyChangeEvent event)
event - the ChatRoomPropertyChangeEvent containing the name of the
property that has just changed, as well as its old and new values.void chatRoomPropertyChangeFailed(ChatRoomPropertyChangeFailedEvent event)
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. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||