Package net.sf.ehcache.event
This package contains interfaces and classes for listening to events.
-
Interface Summary Interface Description CacheEventListener Allows implementers to register callback methods that will be executed when a cache event occurs.CacheManagerEventListener Allows implementers to register callback methods that will be executed when aCacheManagerevent occurs.RegisteredEventListeners.ElementCreationCallback Callback interface for creating elements to pass to registered listeners. -
Class Summary Class Description CacheEventListenerAdapter An adapter to simplify cache event listeners that do not need all events defined on the CacheEventListener interface.CacheEventListenerFactory An abstract factory for creating listeners.CacheManagerEventListenerFactory An abstract factory for creatingCacheManagerEventListeners.CacheManagerEventListenerRegistry Registered listeners for registering and unregistering CacheManagerEventListeners and sending notifications to registrants.RegisteredEventListeners Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants.TerracottaCacheEventReplication Creates a wrapper for sending out cache events through the Terracotta clusterTerracottaCacheEventReplicationFactory Factory forTerracottaCacheEventReplicationinstances -
Enum Summary Enum Description NotificationScope This enumeration defines valid values for event listener notification scope.