Interface SubjectUpdatedListener


  • public interface SubjectUpdatedListener
    A listener that is fired anytime a MUC room changes its subject.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void subjectUpdated​(java.lang.String subject, org.jxmpp.jid.EntityFullJid from)
      Called when a MUC room has changed its subject.
    • Method Detail

      • subjectUpdated

        void subjectUpdated​(java.lang.String subject,
                            org.jxmpp.jid.EntityFullJid from)
        Called when a MUC room has changed its subject.
        Parameters:
        subject - the new room's subject.
        from - the user that changed the room's subject or null if the room itself changed the subject.