Class PromptCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.js.internal.rpc.ShowPrompt.Response>
com.teamdev.jxbrowser.browser.callback.PromptCallback.Action
- Enclosing interface:
- PromptCallback
public static final class PromptCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.js.internal.rpc.ShowPrompt.Response>
An action providing a response to the
PromptCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
ok
Notifies the browser that the JavaScript prompt dialog should be closed with the giventext
as a response. -
cancel
public void cancel()Notifies the browser that the JavaScript prompt dialog should be canceled.
-