Package org.jivesoftware.smackx.muc
Interface SubjectUpdatedListener
public interface SubjectUpdatedListener
A listener that is fired anytime a MUC room changes its subject.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsubjectUpdated(String subject, org.jxmpp.jid.EntityFullJid from) Called when a MUC room has changed its subject.
-
Method Details
-
subjectUpdated
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 ornullif the room itself changed the subject.
-