Class OpenFilesCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenFiles.Response>
com.teamdev.jxbrowser.browser.callback.OpenFilesCallback.Action
- Enclosing interface:
- OpenFilesCallback
public static final class OpenFilesCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenFiles.Response>
An action providing a response to the
OpenFilesCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
open
Notifies the browser that the files were selected in the file chooser dialog.- Parameters:
filePaths
- the list of the selected file paths
-
cancel
public void cancel()Notifies the browser that the file chooser dialog should be canceled.
-