Class RetractItemModule.ItemRetractedEvent

  • Enclosing class:
    RetractItemModule

    public static class RetractItemModule.ItemRetractedEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemRetractedEvent​(java.lang.String componentName, tigase.xmpp.jid.BareJID serviceJid, java.lang.String node, tigase.xml.Element notification)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • componentName

        public final java.lang.String componentName
      • node

        public final java.lang.String node
      • notification

        public final tigase.xml.Element notification
      • serviceJid

        public final tigase.xmpp.jid.BareJID serviceJid
    • Constructor Detail

      • ItemRetractedEvent

        public ItemRetractedEvent​(java.lang.String componentName,
                                  tigase.xmpp.jid.BareJID serviceJid,
                                  java.lang.String node,
                                  tigase.xml.Element notification)