public
static
interface
Icon.OnDrawableLoadedListener
android.graphics.drawable.Icon.OnDrawableLoadedListener |
Implement this interface to receive a callback when
loadDrawableAsync
is finished and your Drawable is ready.
Public methods | |
---|---|
abstract
void
|
onDrawableLoaded(Drawable d)
|