public interface CefFileDialogCallback
| Modifier and Type | Method and Description |
|---|---|
void |
Cancel()
Cancel the file selection.
|
void |
Continue(java.util.Vector<java.lang.String> filePaths)
Continue the file selection with the specified file_paths.
|
void Cancel()
void Continue(java.util.Vector<java.lang.String> filePaths)
filePaths - list of selected file paths or an empty list.