public static class PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PubSubModule.NodeConfigurationChangeNotificationReceivedHandler>
| Constructor and Description |
|---|
NodeConfigurationChangeNotificationReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String node,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement nodeConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PubSubModule.NodeConfigurationChangeNotificationReceivedHandler handler) |
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
getMessage() |
String |
getNode() |
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement |
getNodeConfig() |
tigase.jaxmpp.core.client.JID |
getPubSubJID() |
public NodeConfigurationChangeNotificationReceivedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String node,
tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement nodeConfig)
public void dispatch(PubSubModule.NodeConfigurationChangeNotificationReceivedHandler handler) throws Exception
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PubSubModule.NodeConfigurationChangeNotificationReceivedHandler>Exceptionpublic tigase.jaxmpp.core.client.xmpp.stanzas.Message getMessage()
public tigase.jaxmpp.core.client.JID getPubSubJID()
public String getNode()
public tigase.jaxmpp.core.client.xmpp.forms.JabberDataElement getNodeConfig()
Copyright © 2006–2018 Tigase. All rights reserved.