|
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 WhiteboardChangeListener
A whiteboard change listener receives events indicating that a whiteboard has changed and a participant has either left or joined.
| Method Summary | |
|---|---|
void |
whiteboardParticipantAdded(WhiteboardParticipantEvent evt)
Indicates that a new whiteboard participant has joined the source whiteboard. |
void |
whiteboardParticipantRemoved(WhiteboardParticipantEvent evt)
Indicates that a whiteboard participant has left the source whiteboard. |
void |
whiteboardStateChanged(WhiteboardChangeEvent evt)
Indicates that a change has occurred in the state of the source whiteboard. |
| Method Detail |
|---|
void whiteboardParticipantAdded(WhiteboardParticipantEvent evt)
evt - the WhiteboardParticipantEvent containing the source
whiteboard and whiteboard participant.void whiteboardParticipantRemoved(WhiteboardParticipantEvent evt)
evt - the WhiteboardParticipantEvent containing the source
whiteboard and whiteboard participant.void whiteboardStateChanged(WhiteboardChangeEvent evt)
evt - the WhiteboardChangeEvent instance containing the
source whiteboards and its old and new state.
|
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 | |||||||||