Package | Description |
---|---|
com.teamdev.jxbrowser.navigation.callback |
The navigation callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShowHttpErrorPageCallback
This callback is invoked when the engine is about to display an error web page because the web
server sends an empty HTTP response with the HTTP status code that represents an error.
|
interface |
ShowNetErrorPageCallback
This callback is invoked when the engine is about to display a network error web page because the
required web resource cannot be loaded because of a network error.
|
interface |
StartNavigationCallback
This callback is invoked before the engine starts navigation to a resource.
|