Class CachedImageModel.CachedImageListener

  • All Implemented Interfaces:
    com.globalmentor.cache.CacheFetchListener<Q,​V>, java.util.EventListener
    Enclosing class:
    CachedImageModel<Q,​V>

    protected class CachedImageModel.CachedImageListener
    extends java.lang.Object
    implements com.globalmentor.cache.CacheFetchListener<Q,​V>
    A listener that changes the image URI when the an image is fetched into the cache.
    See Also:
    CachedImageModel.getCachedImageURI()
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CachedImageListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fetched​(com.globalmentor.cache.CacheFetchEvent<Q,​V> cacheFetchEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachedImageListener

        protected CachedImageListener()
    • Method Detail

      • fetched

        public void fetched​(com.globalmentor.cache.CacheFetchEvent<Q,​V> cacheFetchEvent)
        Specified by:
        fetched in interface com.globalmentor.cache.CacheFetchListener<Q,​V>