public static class PubSubModule.NotificationNodeDeletedHander.NotificationNodeDeletedEvent extends JaxmppEvent<PubSubModule.NotificationNodeDeletedHander>
sessionObject| Constructor and Description |
|---|
NotificationNodeDeletedEvent(SessionObject sessionObject,
Message message,
JID pubSubJID,
String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(PubSubModule.NotificationNodeDeletedHander handler)
Invokes handlers method.
|
Message |
getMessage() |
String |
getNodeName() |
JID |
getPubSubJID() |
getSessionObjectpublic NotificationNodeDeletedEvent(SessionObject sessionObject, Message message, JID pubSubJID, String nodeName)
public void dispatch(PubSubModule.NotificationNodeDeletedHander handler)
Eventdispatch in class Event<PubSubModule.NotificationNodeDeletedHander>handler - handlerpublic Message getMessage()
public String getNodeName()
public JID getPubSubJID()
Copyright © 2006–2018 Tigase. All rights reserved.