Uses of Class
org.jivesoftware.smackx.mood.element.MoodConcretisation
-
Packages that use MoodConcretisation Package Description org.jivesoftware.smackx.mood Smack's API for XEP-0107: User Mood.org.jivesoftware.smackx.mood.element Smack's API for XEP-0107: User Mood.org.jivesoftware.smackx.mood.provider Smack's API for XEP-0107: User Mood. -
-
Uses of MoodConcretisation in org.jivesoftware.smackx.mood
Methods in org.jivesoftware.smackx.mood with parameters of type MoodConcretisation Modifier and Type Method Description static void
MoodManager. addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation)
void
MoodManager. setMood(Mood mood, MoodConcretisation concretisation)
void
MoodManager. setMood(Mood mood, MoodConcretisation concretisation, java.lang.String text)
-
Uses of MoodConcretisation in org.jivesoftware.smackx.mood.element
Methods in org.jivesoftware.smackx.mood.element that return MoodConcretisation Modifier and Type Method Description MoodConcretisation
MoodElement.MoodSubjectElement. getConcretisation()
Return the concretisation of the mood.MoodConcretisation
MoodElement. getMoodConcretisation()
Implementors might implement custom concretisations of mood.Constructors in org.jivesoftware.smackx.mood.element with parameters of type MoodConcretisation Constructor Description MoodSubjectElement(Mood mood, MoodConcretisation concretisation)
-
Uses of MoodConcretisation in org.jivesoftware.smackx.mood.provider
Classes in org.jivesoftware.smackx.mood.provider with type parameters of type MoodConcretisation Modifier and Type Class Description class
MoodConcretisationProvider<C extends MoodConcretisation>
class
SimpleMoodConcretisationProvider<C extends MoodConcretisation>
SimpleMoodConcretisationProvider
implementation, suitable for really simpleMoodConcretisation
s, that only consist of name and namespace.
-