Package | Description |
---|---|
com.teamdev.jxbrowser.navigation.callback |
The navigation callbacks.
|
Modifier and Type | Method and Description |
---|---|
static StartNavigationCallback.Response |
StartNavigationCallback.Response.ignore()
Notifies the browser that the load request should be ignored.
|
static StartNavigationCallback.Response |
StartNavigationCallback.Response.start()
Notifies the browser that it should continue loading the URL.
|