public static final class SaveFileCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.SaveFile.Response>
SaveFileCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.internal.rpc.SaveFile.Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels saving the file.
|
void |
save(java.nio.file.Path filePath)
Saves the file was selected in the file chooser dialog.
|
isClosed