Package tigase.pubsub.modules
Class RetractItemModule.ItemRetractedEvent
- java.lang.Object
-
- tigase.pubsub.modules.RetractItemModule.ItemRetractedEvent
-
- Enclosing class:
- RetractItemModule
public static class RetractItemModule.ItemRetractedEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Stringnodetigase.xml.Elementnotificationtigase.xmpp.jid.BareJIDserviceJid
-
Constructor Summary
Constructors Constructor Description ItemRetractedEvent(tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xml.Element notification)
-
-
-
Field Detail
-
node
public final String node
-
notification
public final tigase.xml.Element notification
-
serviceJid
public final tigase.xmpp.jid.BareJID serviceJid
-
-
Constructor Detail
-
ItemRetractedEvent
public ItemRetractedEvent(tigase.xmpp.jid.BareJID serviceJid, String node, tigase.xml.Element notification)
-
-