Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.util.cache.BitmapCache.OnExternalBitmapLoadedCacheListener Interface Reference
Inheritance diagram for com.beyondar.android.util.cache.BitmapCache.OnExternalBitmapLoadedCacheListener:

Public Member Functions

void onExternalBitmapLoaded (BitmapCache cache, String url, Bitmap btm)
 This method is called when an external image (such as a network image) is loaded and stored in the cache. More...
 

Member Function Documentation

void com.beyondar.android.util.cache.BitmapCache.OnExternalBitmapLoadedCacheListener.onExternalBitmapLoaded ( BitmapCache  cache,
String  url,
Bitmap  btm 
)

This method is called when an external image (such as a network image) is loaded and stored in the cache.

Parameters
cacheThe cache that contains this bitmap.
urlThe URL that identify the bitmap
btmThe Bitmap loaded

Implemented in com.beyondar.android.opengl.renderer.ARRenderer.


The documentation for this interface was generated from the following file: