Class RTBLRepository.RTBLEvent

java.lang.Object
tigase.server.rtbl.RTBLRepository.RTBLEvent
All Implemented Interfaces:
Serializable, EventBusEvent
Direct Known Subclasses:
RTBLRepository.RTBLAdded, RTBLRepository.RTBLChange, RTBLRepository.RTBLReload, RTBLRepository.RTBLRemoved
Enclosing class:
RTBLRepository

public abstract static class RTBLRepository.RTBLEvent extends Object implements Serializable, EventBusEvent
See Also:
  • Constructor Details

    • RTBLEvent

      public RTBLEvent()
    • RTBLEvent

      public RTBLEvent(tigase.xmpp.jid.BareJID jid, String node)
  • Method Details

    • getJid

      public tigase.xmpp.jid.BareJID getJid()
    • setJid

      public void setJid(tigase.xmpp.jid.BareJID jid)
    • getNode

      public String getNode()
    • setNode

      public void setNode(String node)
    • getKey

      public RTBLRepository.Key getKey()