Package com.intentsoftware.addapptr
Interface BannerCache.CacheDelegate
-
- All Implemented Interfaces:
public interface BannerCache.CacheDelegateOptional delegate informing about events in BannerCache.
-
-
Method Summary
Modifier and Type Method Description abstract UnitfirstBannerLoaded()Called when the first banner gets loaded for the cache. -
-
Method Detail
-
firstBannerLoaded
abstract Unit firstBannerLoaded()
Called when the first banner gets loaded for the cache. Only called once.
-
-
-
-