|
xmlgraphics-commons 1.4 | |||||||||
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(java.lang.String uri)
An ImageInfo was found in the cache |
void |
cacheMissImage(ImageKey key)
An Image was not in the cache |
void |
cacheMissImageInfo(java.lang.String uri)
An ImageInfo was not in the cache |
void |
invalidHit(java.lang.String uri)
An URi previously identified as invalid was requested again |
Method Detail |
---|
void invalidHit(java.lang.String uri)
uri
- the invalid URIvoid cacheHitImageInfo(java.lang.String uri)
uri
- the image's URIvoid cacheMissImageInfo(java.lang.String uri)
uri
- the image's URIvoid cacheHitImage(ImageKey key)
key
- the image keyvoid cacheMissImage(ImageKey key)
key
- the image key
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |