|
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.Objectnet.java.sip.communicator.impl.protocol.jabber.WhiteboardInvitationJabberImpl
public class WhiteboardInvitationJabberImpl
The Jabber implementation of the WhiteboardInvitation interface.
| Constructor Summary | |
|---|---|
WhiteboardInvitationJabberImpl(WhiteboardSession targetWhiteboard,
WhiteboardObject firstWhiteboardObject,
String inviter,
String reason,
byte[] password)
Creates an invitation for the given targetWhiteboard, from the given inviter. |
|
| Method Summary | |
|---|---|
String |
getInviter()
Returns the inviter, who sent this invitation. |
String |
getReason()
Returns the reason of the invitation. |
WhiteboardSession |
getTargetWhiteboard()
Returns the WhiteboardSession, that this invitation is about. |
WhiteboardObject |
getWhiteboardInitialObject()
Returns the first white-board object that the inviter would like to exchange with the user. |
byte[] |
getWhiteboardPassword()
Returns the password to use in order to join the white-board, that this invitation is about. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WhiteboardInvitationJabberImpl(WhiteboardSession targetWhiteboard,
WhiteboardObject firstWhiteboardObject,
String inviter,
String reason,
byte[] password)
targetWhiteboard - the WhiteboardSession for which the
invitation isfirstWhiteboardObject - the white-board object that inviter send
with this invitation and which will be shown on the white-board if the
user accepts the invitationinviter - the WhiteboardParticipant, which sent the
invitationreason - the reason of the invitationpassword - the password to use to join the given white-board| Method Detail |
|---|
public WhiteboardSession getTargetWhiteboard()
getTargetWhiteboard in interface WhiteboardInvitationpublic String getInviter()
getInviter in interface WhiteboardInvitationpublic String getReason()
getReason in interface WhiteboardInvitationpublic byte[] getWhiteboardPassword()
getWhiteboardPassword in interface WhiteboardInvitationpublic WhiteboardObject getWhiteboardInitialObject()
|
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 | |||||||||