Uses of Interface
org.jivesoftware.smackx.muc.SubjectUpdatedListener
-
Packages that use SubjectUpdatedListener Package Description org.jivesoftware.smackx.muc Smack API for Multi-User Chat (MUC, XEP-0045). -
-
Uses of SubjectUpdatedListener in org.jivesoftware.smackx.muc
Methods in org.jivesoftware.smackx.muc with parameters of type SubjectUpdatedListener Modifier and Type Method Description booleanMultiUserChat. addSubjectUpdatedListener(SubjectUpdatedListener listener)Adds a listener to subject change notifications.booleanMultiUserChat. removeSubjectUpdatedListener(SubjectUpdatedListener listener)Removes a listener from subject change notifications.
-