public interface MessageStoreObserver
| Modifier and Type | Method and Description |
|---|---|
void |
messageAdded(String messageId)
Method invoked when a message is added to the store
|
void |
messageRemoved(String messageId)
Method invoked when a message is removed from the store
|
void messageAdded(String messageId)
messageId - of the message that was added to the Message storevoid messageRemoved(String messageId)
messageId - of the Message that was removedCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.