public interface

VisibilityCallback

com.facebook.drawee.drawable.VisibilityCallback
Known Indirect Subclasses

Class Overview

Callback used to notify about drawable's visibility changes.

Summary

Public Methods
abstract void onDraw()
Called when the drawable gets drawn.
abstract void onVisibilityChange(boolean visible)
Called when the drawable's visibility changes.

Public Methods

public abstract void onDraw ()

Called when the drawable gets drawn.

public abstract void onVisibilityChange (boolean visible)

Called when the drawable's visibility changes.

Parameters
visible whether or not the drawable is visible