ehcache

Package net.sf.ehcache.event

This package contains interfaces and classes for listening to events.

See:
          Description

Interface Summary
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 a CacheManager event occurs.
RegisteredEventListeners.ElementCreationCallback Callback interface for creating elements to pass to registered listeners.
 

Class Summary
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 creating CacheManagerEventListeners.
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 cluster
TerracottaCacheEventReplicationFactory Factory for TerracottaCacheEventReplication instances
 

Enum Summary
NotificationScope This enumeration defines valid values for event listener notification scope.
 

Package net.sf.ehcache.event Description

This package contains interfaces and classes for listening to events.


ehcache

Copyright 2001-2015, Terracotta, Inc.