EventListenerpublic interface ContentAddressableStoreListener extends EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
contentAdded(ContentAddressableStoreEvent contentAddressableStoreEvent) |
Notifies this listener that content has been added to the store.
|
void |
contentRemoved(ContentAddressableStoreEvent contentAddressableStoreEvent) |
Notifies this listener that content has been removed from the store.
|
void contentAdded(ContentAddressableStoreEvent contentAddressableStoreEvent)
contentAddressableStoreEvent - Event object containing information about the content.void contentRemoved(ContentAddressableStoreEvent contentAddressableStoreEvent)
contentAddressableStoreEvent - Event object containing information about the content.Copyright © 2018. All rights reserved.