Class OccupantAddedEvent

    • Constructor Detail

      • OccupantAddedEvent

        public OccupantAddedEvent()
    • Method Detail

      • getPresence

        public org.xmpp.packet.Presence getPresence()
      • getNickname

        public String getNickname()
      • isVoiceOnly

        public boolean isVoiceOnly()
      • getRoleAddress

        public org.xmpp.packet.JID getRoleAddress()
      • getUserAddress

        public org.xmpp.packet.JID getUserAddress()
      • getNodeID

        public NodeID getNodeID()
      • setSendPresence

        public void setSendPresence​(boolean sendPresence)
        Sets if the room should broadcast presence of the new occupant to occupants hosted by this cluster node.
        Parameters:
        sendPresence - true if the room should broadcast presence of the new occupant to occupants hosted by this cluster node.
      • isSendPresence

        public boolean isSendPresence()
        Returns true if the room should broadcast presence of the new occupant to occupants hosted by this cluster node.
        Returns:
        true if the room should broadcast presence of the new occupant to occupants hosted by this cluster node.
      • getResult

        public Void getResult()
      • run

        public void run()