Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.protocol.event
Interface WhiteboardParticipantListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
WhiteboardSessionJabberImpl

public interface WhiteboardParticipantListener
extends EventListener

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...

Author:
Julien Waechter, Emil Ivov

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

participantStateChanged

void participantStateChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the status of the source WhiteboardParticipant.

Parameters:
evt - The WhiteboardParticipantChangeEvent instance containing the source event as well as its previous and its new status.

participantDisplayNameChanged

void participantDisplayNameChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the display name of the source WhiteboardParticipant.

Parameters:
evt - The WhiteboardParticipantChangeEvent instance containing the source event as well as its previous and its new display names.

participantImageChanged

void participantImageChanged(WhiteboardParticipantChangeEvent evt)
Indicates that a change has occurred in the image of the source WhiteboardParticipant.

Parameters:
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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.