|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEventListener | |
---|---|
javax.util.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
Uses of CacheEventListener in javax.util.jcache |
---|
Subinterfaces of CacheEventListener in javax.util.jcache | |
---|---|
interface |
CacheListener
Interface describing various events that can happen as elements are added to or removed from a cache |
Methods in javax.util.jcache that return CacheEventListener | |
---|---|
CacheEventListener |
Attributes.getListener()
Deprecated. Gets the CacheEventListener. |
Methods in javax.util.jcache with parameters of type CacheEventListener | |
---|---|
void |
Attributes.setListener(int event,
CacheEventListener aListener)
Deprecated. Register an event listener object to be executed when the specified event occurs with relationship to the associated object. |
Uses of CacheEventListener in org.fjank.jcache |
---|
Methods in org.fjank.jcache that return CacheEventListener | |
---|---|
CacheEventListener |
AttributesImpl.getListener()
Gets the CacheEventListener. |
Methods in org.fjank.jcache with parameters of type CacheEventListener | |
---|---|
void |
AttributesImpl.setListener(int event,
CacheEventListener aListener)
Register an event listener object to be executed when the specified event occurs with relationship to the associated object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |