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 TypeMethodDescriptionvoid
subjectUpdated
(String subject, 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 ornull
if the room itself changed the subject.
-