|
xmlgraphics-commons 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageCacheListener
This interface can be implemented by classes which want to know what's going on inside the image cache.
| Method Summary | |
|---|---|
void |
cacheHitImage(ImageKey key)
An Image was found in the cache |
void |
cacheHitImageInfo(String uri)
An ImageInfo was found in the cache |
void |
cacheMissImage(ImageKey key)
An Image was not in the cache |
void |
cacheMissImageInfo(String uri)
An ImageInfo was not in the cache |
void |
invalidHit(String uri)
An URi previously identified as invalid was requested again |
| Method Detail |
|---|
void invalidHit(String uri)
uri - the invalid URIvoid cacheHitImageInfo(String uri)
uri - the image's URIvoid cacheMissImageInfo(String uri)
uri - the image's URIvoid cacheHitImage(ImageKey key)
key - the image keyvoid cacheMissImage(ImageKey key)
key - the image key
|
xmlgraphics-commons 2.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||