Interface UploadWidgetFragment.UploadWidgetListener
-
- All Known Implementing Classes:
UploadWidgetActivity
- Enclosing class:
- UploadWidgetFragment
public static interface UploadWidgetFragment.UploadWidgetListenerListener for the Upload Widget.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConfirm(java.util.ArrayList<UploadWidget.Result> results)Called when the upload widget results are confirmed.
-
-
-
Method Detail
-
onConfirm
void onConfirm(java.util.ArrayList<UploadWidget.Result> results)
Called when the upload widget results are confirmed.- Parameters:
results- Upload widget's results.
-
-