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