public interface CefFileDialogCallback
void Cancel()
void Continue(int selectedAcceptFilter,
java.util.Vector<java.lang.String> filePaths)
selectedAcceptFilter - 0-based index of the value selected from the
accept filters array passed to CefDialogHandler::OnFileDialog.filePaths - list of selected file paths or an empty list.