Smack

org.jivesoftware.smackx.muc
Interface SubjectUpdatedListener


public interface SubjectUpdatedListener

A listener that is fired anytime a MUC room changes its subject.

Author:
Gaston Dombiak

Method Summary
 void subjectUpdated(String subject, String from)
          Called when a MUC room has changed its subject.
 

Method Detail

subjectUpdated

void subjectUpdated(String subject,
                    String 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 (e.g. room@conference.jabber.org/nick).

Smack

Copyright © 2003-2007 Jive Software.