public class NoStorageMessageStore extends AbstractMessageStore
MessageStore without storage mechanism. Notifies listeners immediately
when a new message is added.messageAddedListeners| Constructor and Description |
|---|
NoStorageMessageStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(Message message)
Add a new message to the store.
|
addMessageAddedListener, dispose, notifyMessageAdded, removeMessageAddedListenerpublic void addMessage(Message message)
MessageStoremessage - The message to add.Copyright © 2016 Cooking Fox. All rights reserved.