Class BeforeFormRepostCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.BeforeFormRepost.Response>
com.teamdev.jxbrowser.browser.callback.BeforeFormRepostCallback.Action
- Enclosing interface:
- BeforeFormRepostCallback
public static final class BeforeFormRepostCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.BeforeFormRepost.Response>
An action providing a response to the
BeforeFormRepostCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
repost
public void repost()Notifies the browser that resubmitting POST data is allowed. -
cancel
public void cancel()Notifies the browser that the page reloading must be canceled.
-