Package org.jivesoftware.smackx.muc
Interface SubjectUpdatedListener
-
public interface SubjectUpdatedListenerA listener that is fired anytime a MUC room changes its subject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsubjectUpdated(java.lang.String subject, org.jxmpp.jid.EntityFullJid from)Called when a MUC room has changed its subject.
-