Class NodeDeleteModule.NodeDeletedEvent

  • Enclosing class:
    NodeDeleteModule

    public static class NodeDeleteModule.NodeDeletedEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String node  
      tigase.xmpp.jid.BareJID serviceJid  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeDeletedEvent​(tigase.xmpp.jid.BareJID serviceJid, java.lang.String node)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • node

        public final java.lang.String node
      • serviceJid

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

      • NodeDeletedEvent

        public NodeDeletedEvent​(tigase.xmpp.jid.BareJID serviceJid,
                                java.lang.String node)