public interface FileDialogCallback
void
onFileSelected(java.lang.String name)
void onFileSelected(java.lang.String name)
Invoked with the name of the selected file or null if the dialog was canceled.
name