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 voidMoodManager.addMoodToMessage(Message message, Mood mood, MoodConcretisation concretisation) voidMoodManager.setMood(Mood mood, MoodConcretisation concretisation) voidMoodManager.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 TypeClassDescriptionclassMoodConcretisationProvider<C extends MoodConcretisation>classSimpleMoodConcretisationProviderimplementation, suitable for really simpleMoodConcretisations, that only consist of name and namespace.