See: Description
| Interface | Description | 
|---|---|
| StoreEvent<K,V> | An event resulting from a mutative  Storeoperation. | 
| StoreEventFilter<K,V> | Interface used to create  Storeevent filters | 
| StoreEventListener<K,V> | Interface used to register on a  StoreEventSourceto get notified of events happening to mappings theStorecontains. | 
| StoreEventSource<K,V> | Interface to enable listening on and configuring the  Storeeventing system. |