Class HasMessageListItemState
-
- All Implemented Interfaces:
public class HasMessageListItemState extends MessageListItemState
Represents either regular or system message item inside a message list.
-
-
Field Summary
Fields Modifier and Type Field Description private final Messagemessage
-
Method Summary
Modifier and Type Method Description abstract MessagegetMessage()The Message to show in the list. -
-
Method Detail
-
getMessage
abstract Message getMessage()
The Message to show in the list.
-
-
-
-