Interface BannerCache.CacheStatusDelegate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit cacheIsNoLongerEmpty() Will be called when the cache was empty and has been filled with at least one ad.
      abstract Unit cacheIsEmpty() Will be called when the las ad from cache has been consumed and cache became (temporarily) empty.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • cacheIsNoLongerEmpty

         abstract Unit cacheIsNoLongerEmpty()

        Will be called when the cache was empty and has been filled with at least one ad.

      • cacheIsEmpty

         abstract Unit cacheIsEmpty()

        Will be called when the las ad from cache has been consumed and cache became (temporarily) empty.