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.
|
Class Summary | |
---|---|
CacheEventListenerFactory | An abstract factory for creating listeners. |
CacheManagerEventListenerFactory | An abstract factory for creating cache manager listeners. |
RegisteredEventListeners | Registered listeners for registering and unregistering CacheEventListeners and multicasting notifications to registrants. |