|
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.icq.AdHocChatRoomInvitationIcqImpl
public class AdHocChatRoomInvitationIcqImpl
The ICQ implementation of the ChatRoomInvitation interface for ad-hoc chat rooms.
| Constructor Summary | |
|---|---|
AdHocChatRoomInvitationIcqImpl(AdHocChatRoom targetChatRoom,
String inviter,
String reason,
byte[] password)
Creates an instance of the AdHocChatRoomInvitationIcqImpl by specifying the targetChatRoom, the inviter, the reason and the password. |
|
| Method Summary | |
|---|---|
byte[] |
getAdHocChatRoomPassword()
Returns the password of the chat room. |
String |
getInviter()
Returns the corresponding inviter. |
String |
getReason()
Returns the invitation reason. |
AdHocChatRoom |
getTargetAdHocChatRoom()
Returns the corresponding ad-hoc chat room. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdHocChatRoomInvitationIcqImpl(AdHocChatRoom targetChatRoom,
String inviter,
String reason,
byte[] password)
targetChatRoom - The AdHocChatRoom for which the invitation
isinviter - The Contact, which sent the invitationreason - The Reason for the invitationpassword - The password| Method Detail |
|---|
public AdHocChatRoom getTargetAdHocChatRoom()
getTargetAdHocChatRoom in interface AdHocChatRoomInvitationpublic String getInviter()
getInviter in interface AdHocChatRoomInvitationpublic String getReason()
getReason in interface AdHocChatRoomInvitationpublic byte[] getAdHocChatRoomPassword()
|
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 | |||||||||