Class SaveFileCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.SaveFile.Response>
com.teamdev.jxbrowser.browser.callback.SaveFileCallback.Action
- Enclosing interface:
- SaveFileCallback
public static final class SaveFileCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.SaveFile.Response>
An action providing a response to the
SaveFileCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
save
Saves the file was selected in the file chooser dialog.- Parameters:
filePath
- the selected file
-
cancel
public void cancel()Cancels saving the file.
-