Package org.teamapps.ux.component.chat
Class AbstractChatDisplayModel
java.lang.Object
org.teamapps.ux.component.chat.AbstractChatDisplayModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.chat.ChatDisplayModel
getChatMessageById, getLastChatMessages, getPreviousMessages
-
Field Details
-
onMessagesAdded
-
onMessageDeleted
-
onMessageChanged
-
onAllDataChanged
-
-
Constructor Details
-
AbstractChatDisplayModel
public AbstractChatDisplayModel()
-
-
Method Details
-
onMessagesAdded
- Specified by:
onMessagesAddedin interfaceChatDisplayModel
-
onMessageDeleted
- Specified by:
onMessageDeletedin interfaceChatDisplayModel
-
onMessageChanged
- Specified by:
onMessageChangedin interfaceChatDisplayModel
-
onAllDataChanged
- Specified by:
onAllDataChangedin interfaceChatDisplayModel
-