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