net.sf.jomic.tools
Interface ImageInCacheListener


public interface ImageInCacheListener

Listener to be notified if an image is available in the cache.

Author:
Thomas Aglassinger
See Also:
ImageCache.get(File, ImageInCacheListener)

Method Summary
 void imageCached(java.io.File imageFile)
          Handle event that the image stored in imageFile is now readily available in the cache.
 

Method Detail

imageCached

void imageCached(java.io.File imageFile)
Handle event that the image stored in imageFile is now readily available in the cache.