|
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.irc.ChatRoomInvitationIrcImpl
public class ChatRoomInvitationIrcImpl
Represents a chat room invitation.
| Constructor Summary | |
|---|---|
ChatRoomInvitationIrcImpl(ChatRoom chatRoom,
String inviter,
String reason,
byte[] chatRoomPassword)
Creates a ChatRoomInvitationIrcImpl, by specifying the chatRoom, for which the invitation is, the inviter who sent this invitation and the reason of the invitation. |
|
| Method Summary | |
|---|---|
byte[] |
getChatRoomPassword()
Returns the password for the chat room. |
String |
getInviter()
Returns the inviter. |
String |
getReason()
Returns the reason of this invitation, or null if there is no reason |
ChatRoom |
getTargetChatRoom()
Returns the chat room target of this invitation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatRoomInvitationIrcImpl(ChatRoom chatRoom,
String inviter,
String reason,
byte[] chatRoomPassword)
chatRoom - the ChatRoom, for which the invitation isinviter - the person who sent this invitation.reason - the reason of the invitation| Method Detail |
|---|
public ChatRoom getTargetChatRoom()
getTargetChatRoom in interface ChatRoomInvitationpublic String getReason()
getReason in interface ChatRoomInvitationpublic String getInviter()
getInviter in interface ChatRoomInvitationpublic byte[] getChatRoomPassword()
getChatRoomPassword in interface ChatRoomInvitation
|
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 | |||||||||