protected void onPostExecute(Bitmap image) {
   mListener.onImageLoaded(image);
 }