Back to project page game_guess_lib.
The source code is released under:
MIT License
If you think the Android project game_guess_lib listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.wkmf.guess.lib.impl; /*from w w w . j a v a 2s . c o m*/ import android.graphics.Bitmap; /** * Created by ernestofndz on 22/02/14. */ public interface GuessGameImageDownload { public void imageDownloaded(Bitmap image); }