|
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 | |||||||||
java.lang.Objectjava.util.EventObject
java.beans.PropertyChangeEvent
net.java.sip.communicator.service.protocol.event.ChatRoomPropertyChangeEvent
public class ChatRoomPropertyChangeEvent
A ChatRoomPropertyChangeEvent is issued whenever a chat room property has changed. Event codes defined in this class describe properties whose changes are being announced through this event.
| Field Summary | |
|---|---|
static String |
CHAT_ROOM_SUBJECT
The name of the ChatRoom subject property. |
static String |
CHAT_ROOM_USER_NICKNAME
The name of the ChatRoom subject property. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ChatRoomPropertyChangeEvent(ChatRoom source,
String propertyName,
Object oldValue,
Object newValue)
Creates a ChatRoomPropertyChangeEvent indicating that a change has occurred for property propertyName in the source chat room and that its value has changed from oldValue to newValue. |
|
| Method Summary | |
|---|---|
ChatRoom |
getSourceChatRoom()
Returns the source chat room for this event. |
String |
toString()
Returns a String representation of this event. |
| Methods inherited from class java.beans.PropertyChangeEvent |
|---|
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CHAT_ROOM_SUBJECT
public static final String CHAT_ROOM_USER_NICKNAME
| Constructor Detail |
|---|
public ChatRoomPropertyChangeEvent(ChatRoom source,
String propertyName,
Object oldValue,
Object newValue)
source - the ChatRoom whose property has changed.propertyName - the name of the property that has changed.oldValue - the value of the property before the change occurred.newValue - the value of the property after the change.| Method Detail |
|---|
public ChatRoom getSourceChatRoom()
public String toString()
toString in class EventObject
|
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 | |||||||||