JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.navigation.callback.StartNavigationCallback.Response
Packages that use
StartNavigationCallback.Response
Package
Description
com.teamdev.jxbrowser.navigation.callback
The navigation callbacks.
Uses of
StartNavigationCallback.Response
in
com.teamdev.jxbrowser.navigation.callback
Methods in
com.teamdev.jxbrowser.navigation.callback
that return
StartNavigationCallback.Response
Modifier and Type
Method
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.