Package tigase.muc

Interface Room.RoomListener

  • All Known Implementing Classes:
    PresenceFiltered
    Enclosing class:
    Room

    public static interface Room.RoomListener
    • Method Detail

      • onChangeSubject

        void onChangeSubject​(Room room,
                             String nick,
                             String newSubject,
                             Date changeDate)
      • onMessageToOccupants

        void onMessageToOccupants​(Room room,
                                  tigase.xmpp.JID from,
                                  tigase.server.Packet msg)
      • onSetAffiliation

        void onSetAffiliation​(Room room,
                              tigase.xmpp.BareJID jid,
                              Affiliation newAffiliation)