Package 

Class MultiCallback

  • All Implemented Interfaces:
    android.graphics.drawable.Drawable.Callback

    
    public class MultiCallback
     implements Drawable.Callback
                        

    Callback which allows single Drawable to be associated with multiple callbacks, eg. with multiple Views. If drawable needs to be redrawn all currently associated callbacks are invoked. If Callback is a View it is then invalidated.