public static class PubSubModule.NodeConfigurationChangeNotificationReceivedHandler.NodeConfigurationChangeNotificationReceivedEvent extends JaxmppEvent<PubSubModule.NodeConfigurationChangeNotificationReceivedHandler>
sessionObject| Constructor and Description |
|---|
NodeConfigurationChangeNotificationReceivedEvent(SessionObject sessionObject,
Message message,
JID pubSubJID,
String node,
JabberDataElement nodeConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PubSubModule.NodeConfigurationChangeNotificationReceivedHandler handler)
Invokes handlers method.
|
Message |
getMessage() |
String |
getNode() |
JabberDataElement |
getNodeConfig() |
JID |
getPubSubJID() |
getSessionObjectpublic NodeConfigurationChangeNotificationReceivedEvent(SessionObject sessionObject, Message message, JID pubSubJID, String node, JabberDataElement nodeConfig)
public void dispatch(PubSubModule.NodeConfigurationChangeNotificationReceivedHandler handler) throws Exception
Eventdispatch in class Event<PubSubModule.NodeConfigurationChangeNotificationReceivedHandler>handler - handlerExceptionpublic Message getMessage()
public String getNode()
public JabberDataElement getNodeConfig()
public JID getPubSubJID()
Copyright © 2006–2020 Tigase. All rights reserved.