interface CacheListener
extends java.util.EventListener
CacheEvent
objects as dispatched
by ContextCache
. Implement this interface and then add
your object as a listener to a context cache. This is useful for
debugging the cache and Forms object creation/destruction/access. Modifier and Type | Method and Description |
---|---|
void |
cacheAdd(CacheEvent e)
An object has been added to the cache.
|
void |
cacheGet(CacheEvent e)
An object has been looked up in the cache.
|
void |
cacheRemove(CacheEvent e)
An object has been removed from the cache.
|
void cacheAdd(CacheEvent e)
e
- object holding information about the eventvoid cacheGet(CacheEvent e)
e
- object holding information about the eventvoid cacheRemove(CacheEvent e)
e
- object holding information about the event