|
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 WhiteboardParticipant
The WhiteboardParticipant is an interface that represents participants in a whiteboard.
| Method Summary | |
|---|---|
void |
addWhiteboardParticipantListener(WhiteboardParticipantListener listener)
Allows the user interface to register a listener interested in changes |
String |
getContactAddress()
Returns the contact identifier representing this contact. |
String |
getName()
Returns the name of this member |
ProtocolProviderService |
getProtocolProvider()
Returns the protocol provider instance that this member has originated in. |
WhiteboardParticipantState |
getState()
Returns an object representing the current state of that participant. |
WhiteboardSession |
getWhiteboardSession()
Returns the chat room that this member is participating in. |
void |
removeWhiteboardParticipantListener(WhiteboardParticipantListener listener)
Unregisters the specified listener. |
| Method Detail |
|---|
WhiteboardSession getWhiteboardSession()
ProtocolProviderService getProtocolProvider()
String getContactAddress()
String getName()
WhiteboardParticipantState getState()
void addWhiteboardParticipantListener(WhiteboardParticipantListener listener)
listener - a listener instance to register with this participant.void removeWhiteboardParticipantListener(WhiteboardParticipantListener listener)
listener - the listener to unregister.
|
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 | |||||||||