Package org.ehcache.core.events

Interface Summary
CacheEventDispatcher<K,V> Bridges the Store eventing system, by providing the StoreEventDispatcher used to collect events and then produce CacheEvents that can be consumed by CacheEventListeners.
CacheEventDispatcherFactory A provider Service that will facilitate CacheEventDispatcher instance
CacheManagerListener  
StateChangeListener  
StoreEventDispatcher<K,V> Part of the events subsystem at the Store level.
StoreEventSink<K,V> StoreEventSink
 

Class Summary
CacheEventDispatcherImpl<K,V> Per-cache component that manages cache event listener registrations, and provides event delivery based on desired firing mode and ordering, for specified event types.
CacheEvents  
DisabledCacheEventNotificationService<K,V>  
EventListenerWrapper