Package com.intentsoftware.addapptr
Interface BannerCache.CacheStatusDelegate
-
- All Implemented Interfaces:
public interface BannerCache.CacheStatusDelegateOptional delegate representing the cache status.
-
-
Method Summary
Modifier and Type Method Description abstract UnitcacheIsNoLongerEmpty()Will be called when the cache was empty and has been filled with at least one ad. abstract UnitcacheIsEmpty()Will be called when the las ad from cache has been consumed and cache became (temporarily) empty. -
-
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.
-
-
-
-