net.java.sip.communicator.impl.gui.main.chatroomslist.createforms
Class NewChatRoom
java.lang.Object
net.java.sip.communicator.impl.gui.main.chatroomslist.createforms.NewChatRoom
public class NewChatRoom
- extends Object
The NewChatRoom is meant to be used from the
CreateChatRoomWizard, to collect information concerning the new chat
room.
- Author:
- Yana Stamcheva
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewChatRoom
public NewChatRoom()
getInvitationMessage
public String getInvitationMessage()
setInvitationMessage
public void setInvitationMessage(String invitationMessage)
getUserList
public List<String> getUserList()
setUserList
public void setUserList(List<String> userList)
getChatRoomName
public String getChatRoomName()
setChatRoomName
public void setChatRoomName(String chatRoomName)
getProtocolProvider
public ProtocolProviderService getProtocolProvider()
setProtocolProvider
public void setProtocolProvider(ProtocolProviderService protocolProvider)
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.