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 String getNode()
public boolean isConfiguration()
public boolean isDelete()
public boolean isPurge()
public Subscription getSubscription()
public List<Item> getItems()
public DataForm getConfigurationForm()
isConfiguration()public URI getRedirectUri()
isDelete()Copyright © 2014 XMPP.rocks. All rights reserved.