public static final class OpenFolderCallback.Action extends AsyncCallbackAction<Response>
OpenFolderCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Notifies the browser that the folder chooser dialog should be canceled.
|
void |
open(java.nio.file.Path folderPath)
Notifies the browser that the folder was selected in the dialog.
|
isClosed