Back to project page bv-android-sdk.
The source code is released under:
Apache License
If you think the Android project bv-android-sdk 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.bazaarvoice.example.reviewsubmission; // w w w .j a v a 2s . c o m /** * OnImageUploadComplete.java <br> * ReviewSubmissionExample<br> * * This is an interface used for passing callback functions for image uploads. * * <p> * Created on 6/29/12. Copyright (c) 2012 BazaarVoice. All rights reserved. * * @author Bazaarvoice Engineering */ public interface OnImageUploadComplete { /** * Called when an image upload has completed */ public void onFinish(); }