Class BeforeUnloadCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.js.internal.rpc.BeforeUnload.Response>
com.teamdev.jxbrowser.browser.callback.BeforeUnloadCallback.Action
- Enclosing interface:
- BeforeUnloadCallback
public static final class BeforeUnloadCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.js.internal.rpc.BeforeUnload.Response>
A responder for the
BeforeFormRepostCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
stay
public void stay()Notifies the browser that the user decided to stay on the current page. -
leave
public void leave()Notifies the browser that the user decided to leave the current page.
-