|
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.notification.NotificationEventIQ
public class NotificationEventIQ
Notification Event. Events are send to notify for some event holding a value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ |
|---|
org.jivesoftware.smack.packet.IQ.Type |
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The name of the element that contains the notification event data. |
(package private) static String |
EVENT_NAME
The name of the argument that contains the event name. |
(package private) static String |
EVENT_SOURCE
The name of the argument that contains the event source. |
(package private) static String |
EVENT_VALUE
The name of the argument that contains the event value. |
static String |
NAMESPACE
The namespace that input notification belongs to. |
| Fields inherited from class org.jivesoftware.smack.packet.Packet |
|---|
DEFAULT_LANGUAGE, ID_NOT_AVAILABLE |
| Constructor Summary | |
|---|---|
NotificationEventIQ()
|
|
| Method Summary | |
|---|---|
String |
getChildElementXML()
Returns the sub-element XML section of the IQ packet, or null if there isn't one. |
String |
getEventName()
Current notification event name. |
String |
getEventSource()
Current notification event source. |
String |
getEventValue()
Current notification event value. |
void |
setEventName(String eventName)
Sets event new name. |
void |
setEventSource(String eventSource)
Sets event source new value. |
void |
setEventValue(String eventValue)
Sets event new value. |
| 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
static final String EVENT_NAME
static final String EVENT_VALUE
static final String EVENT_SOURCE
| Constructor Detail |
|---|
public NotificationEventIQ()
| Method Detail |
|---|
public String getChildElementXML()
Extensions of this class must override this method.
getChildElementXML in class org.jivesoftware.smack.packet.IQpublic String getEventName()
public void setEventName(String eventName)
eventName - new event name.public String getEventValue()
public void setEventValue(String eventValue)
eventValue - new event value.public String getEventSource()
public void setEventSource(String eventSource)
eventSource - value.
|
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 | |||||||||