Class OpenFileCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenFile.Response>
com.teamdev.jxbrowser.browser.callback.OpenFileCallback.Action
- Enclosing interface:
- OpenFileCallback
public static final class OpenFileCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenFile.Response>
An action providing a response to the
OpenFileCallback
.-
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 file was selected in the file chooser dialog.- Parameters:
filePath
- the selected file
-
cancel
public void cancel()Notifies the browser that the file chooser dialog should be canceled.
-