public interface ContentAddressableStoreListener extends EventListener
Modifier and Type | Method and 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 © 2019. All rights reserved.