|
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.Objectorg.jivesoftware.smack.packet.Packet
org.jivesoftware.smack.packet.IQ
net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQ
public class InputEvtIQ
Input event IQ. It is used to transfer key and mouse events through XMPP.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ |
|---|
org.jivesoftware.smack.packet.IQ.Type |
| Field Summary | |
|---|---|
static String |
ACTION_ATTR_NAME
The name of the argument that contains the input action value. |
static String |
ELEMENT_NAME
The name of the element that contains the input event data. |
static String |
NAMESPACE
The namespace that input event belongs to. |
| Fields inherited from class org.jivesoftware.smack.packet.Packet |
|---|
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE |
| Constructor Summary | |
|---|---|
InputEvtIQ()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addRemoteControl(RemoteControlExtension item)
Add a remote-control extension. |
InputEvtAction |
getAction()
Returns the value of this element's action attribute. |
String |
getChildElementXML()
Get the XML representation of the IQ. |
List<RemoteControlExtension> |
getRemoteControls()
Get the RemoteControlExtension list of this IQ. |
void |
removeRemoteControl(RemoteControlExtension item)
Remove a remote-control extension. |
void |
setAction(InputEvtAction action)
Sets the value of this element's action attribute. |
| Methods inherited from class org.jivesoftware.smack.packet.IQ |
|---|
createErrorResponse, createResultIQ, getType, setType, toXML |
| Methods inherited from class org.jivesoftware.smack.packet.Packet |
|---|
addExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
public static final String ELEMENT_NAME
public static final String ACTION_ATTR_NAME
| Constructor Detail |
|---|
public InputEvtIQ()
| Method Detail |
|---|
public String getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQpublic void setAction(InputEvtAction action)
action - the value of the action attribute.public InputEvtAction getAction()
public void addRemoteControl(RemoteControlExtension item)
item - remote-control extensionpublic void removeRemoteControl(RemoteControlExtension item)
item - remote-control extensionpublic List<RemoteControlExtension> getRemoteControls()
|
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 | |||||||||