|
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 WhiteboardParticipantListener
A WhiteboardParticipantListener receives events notifying of changes that have occurred within a WhiteboardParticipant. Such changes may pertain to current whiteboard participant state, their display name, address...
| Method Summary | |
|---|---|
void |
participantDisplayNameChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the display name of the source WhiteboardParticipant. |
void |
participantImageChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the image of the source WhiteboardParticipant. |
void |
participantStateChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the status of the source WhiteboardParticipant. |
| Method Detail |
|---|
void participantStateChanged(WhiteboardParticipantChangeEvent evt)
evt - The WhiteboardParticipantChangeEvent
instance containing the source event
as well as its previous and its new status.void participantDisplayNameChanged(WhiteboardParticipantChangeEvent evt)
evt - The WhiteboardParticipantChangeEvent
instance containing the source event
as well as its previous and its new display names.void participantImageChanged(WhiteboardParticipantChangeEvent evt)
evt - The WhiteboardParticipantChangeEvent
instance containing the source event
as well as its previous and its new image.
|
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 | |||||||||