|
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.ChatRoomConfigurationFormJabberImpl
public class ChatRoomConfigurationFormJabberImpl
The Jabber implementation of the ChatRoomConfigurationForm interface.
| Constructor Summary | |
|---|---|
ChatRoomConfigurationFormJabberImpl(org.jivesoftware.smackx.muc.MultiUserChat multiUserChat,
org.jivesoftware.smackx.Form smackConfigForm)
Creates an instance of ChatRoomConfigurationFormJabberImpl by specifying the corresponding smack multi user chat and smack configuration form. |
|
| Method Summary | |
|---|---|
Iterator<ChatRoomConfigurationFormField> |
getConfigurationSet()
Returns an Iterator over a list of ChatRoomConfigurationFormFields. |
void |
submit()
Sends the ready smack configuration form to the multi user chat. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatRoomConfigurationFormJabberImpl(org.jivesoftware.smackx.muc.MultiUserChat multiUserChat,
org.jivesoftware.smackx.Form smackConfigForm)
multiUserChat - the smack multi user chat, to which we'll send the
configuration form once filled outsmackConfigForm - the smack configuration form| Method Detail |
|---|
public Iterator<ChatRoomConfigurationFormField> getConfigurationSet()
getConfigurationSet in interface ChatRoomConfigurationForm
public void submit()
throws OperationFailedException
submit in interface ChatRoomConfigurationFormOperationFailedException - if the submit opeation do not succeed
for some reason (e.g. a wrong value is provided for a property)
|
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 | |||||||||