public final class Event extends Object
<event/> element in the http://jabber.org/protocol/pubsub#event namespace.| Modifier and Type | Method and Description |
|---|---|
DataForm |
getConfigurationForm()
Gets the configuration form.
|
List<Item> |
getItems()
Gets the items of the event.
|
String |
getNode()
Gets the 'node' attribute of the child element.
|
URI |
getRedirectUri()
Gets the redirect URI in case the event is a delete event.
|
Subscription |
getSubscription()
Gets the subscription approval.
|
boolean |
isConfiguration()
Indicates, whether the event is a configuration change event.
|
boolean |
isDelete()
Indicates, whether the event is a delete event.
|
boolean |
isPurge()
Indicates, whether the event is purge event.
|
public final String getNode()
public final boolean isConfiguration()
public final boolean isDelete()
public final boolean isPurge()
public final Subscription getSubscription()
public final List<Item> getItems()
public final DataForm getConfigurationForm()
isConfiguration()public final URI getRedirectUri()
isDelete()Copyright © 2014–2018 XMPP.rocks. All rights reserved.