sauravtom / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

BitmapAjaxCallback - callback error #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
aq.image(iconUrl, true, true, 0, 0, new BitmapAjaxCallback(){

    @Override
    public void callback(String url, Bitmap bm, AjaxStatus status){
     }

});

that is impossible although documentation shows:
 void   callback(java.lang.String url, Bitmap bm, AjaxStatus status) 
           The callback method to be overwritten for subclasses.
(http://android-query.googlecode.com/svn/trunk/javadoc/com/androidquery/callback
/BitmapAjaxCallback.html)

Original issue reported on code.google.com by darck...@gmail.com on 8 Mar 2013 at 2:03