public static interface PubSubModule.NotificationReceivedHandler
extends tigase.jaxmpp.core.client.eventbus.EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
PubSubModule.NotificationReceivedHandler.NotificationReceivedEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
onNotificationReceived(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String nodeName,
String itemId,
tigase.jaxmpp.core.client.xml.Element payload,
Date delayTime,
String itemType) |
void onNotificationReceived(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.xmpp.stanzas.Message message,
tigase.jaxmpp.core.client.JID pubSubJID,
String nodeName,
String itemId,
tigase.jaxmpp.core.client.xml.Element payload,
Date delayTime,
String itemType)
Copyright © 2006–2018 Tigase. All rights reserved.