public static final class BeforeUnloadCallback.Action extends AsyncCallbackAction<com.teamdev.jxbrowser.js.internal.rpc.BeforeUnload.Response>
BeforeFormRepostCallback.| Constructor and Description |
|---|
Action(java.util.function.Consumer<com.teamdev.jxbrowser.js.internal.rpc.BeforeUnload.Response> consumer) |
| Modifier and Type | Method and Description |
|---|---|
void |
leave()
Notifies the browser that the user decided to leave the current page.
|
void |
stay()
Notifies the browser that the user decided to stay on the current page.
|
isClosed