|
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.WhiteboardChangeEvent
public class WhiteboardChangeEvent
WhiteboardChangeEvents are triggerred whenever a change occurs in a Whiteboard. Dispatched events may be of one of the following types.
WHITEBOARD_STATE_CHANGE - indicates a change in the state of a Whiteboard.
| Field Summary | |
|---|---|
static String |
WHITEBOARD_STATE_CHANGE
An event type indicating that the corresponding event is caused by a change of the Whiteboard state. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
WhiteboardChangeEvent(WhiteboardSession source,
String type,
Object oldValue,
Object newValue)
Creates a WhiteboardChangeEvent with the specified source, type, oldValue and newValue. |
|
| Method Summary | |
|---|---|
String |
getEventType()
Returns the type of this event. |
WhiteboardSession |
getSourceWhiteboard()
The Whiteboard on which the event has occurred. |
String |
toString()
Returns a String representation of this WhiteboardChangeEvent. |
| 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 WHITEBOARD_STATE_CHANGE
| Constructor Detail |
|---|
public WhiteboardChangeEvent(WhiteboardSession source,
String type,
Object oldValue,
Object newValue)
source - the participant that produced the event.type - the type of the event (the name of the property that has
changed).oldValue - the value of the changed property before the event
occurrednewValue - current value of the changed property.| Method Detail |
|---|
public String getEventType()
public String toString()
toString in class EventObjectpublic WhiteboardSession getSourceWhiteboard()
|
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 | |||||||||