public static class PubSubModule.NotificationCollectionChildrenChangedHandler.NotificationCollectionChildrenChangedEvent extends tigase.jaxmpp.core.client.eventbus.JaxmppEvent<PubSubModule.NotificationCollectionChildrenChangedHandler>
| Constructor and Description |
|---|
NotificationCollectionChildrenChangedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String nodeName,
String childNode,
PubSubModule.NotificationCollectionChildrenChangedHandler.Action action,
Date delayTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PubSubModule.NotificationCollectionChildrenChangedHandler handler) |
PubSubModule.NotificationCollectionChildrenChangedHandler.Action |
getAction() |
String |
getChildNodeName() |
Date |
getDelayTime() |
tigase.jaxmpp.core.client.xmpp.stanzas.Message |
getMessage() |
String |
getNodeName() |
tigase.jaxmpp.core.client.JID |
getPubSubJID() |
public NotificationCollectionChildrenChangedEvent(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String nodeName,
String childNode,
PubSubModule.NotificationCollectionChildrenChangedHandler.Action action,
Date delayTime)
public void dispatch(PubSubModule.NotificationCollectionChildrenChangedHandler handler)
dispatch in class tigase.jaxmpp.core.client.eventbus.Event<PubSubModule.NotificationCollectionChildrenChangedHandler>public PubSubModule.NotificationCollectionChildrenChangedHandler.Action getAction()
public String getChildNodeName()
public Date getDelayTime()
public tigase.jaxmpp.core.client.xmpp.stanzas.Message getMessage()
public String getNodeName()
public tigase.jaxmpp.core.client.JID getPubSubJID()
Copyright © 2006–2018 Tigase. All rights reserved.