Package tigase.muc

Interface Room.RoomListener

All Known Implementing Classes:
PresenceFiltered
Enclosing class:
Room

public static interface Room.RoomListener
  • Method Details

    • onChangeSubject

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

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

      void onSetAffiliation(Room room, tigase.xmpp.jid.BareJID jid, RoomAffiliation oldAffiliation, RoomAffiliation newAffiliation)