Class SaveAsPdfCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.SaveAsPdf.Response>
com.teamdev.jxbrowser.browser.callback.SaveAsPdfCallback.Action
- Enclosing interface:
- SaveAsPdfCallback
public static final class SaveAsPdfCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.SaveAsPdf.Response>
An action providing a response to the
SaveAsPdfCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
save
Notifies the browser that the save file dialog was closed and the givenfile
was selected. Thefile
might not exist, but the directory where the givenfile
is located must have the write permissions for the process where the engine is running. -
cancel
public void cancel()Notifies the browser that the save file dialog was cancelled.
-