Package | Description |
---|---|
com.teamdev.jxbrowser.navigation.event |
The navigation events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrameDocumentLoadFinished
An event indicating that the document loading in the given frame has been finished.
|
interface |
FrameLoadFailed
An event indicating that the content load was failed.
|
interface |
FrameLoadFinished
An event indicating that a content loading has been finished in the frame.
|
interface |
LoadFinished
An event indicating that the content loading has been finished.
|
interface |
LoadProgressChanged
An event indicating that the progress of loading the web page has changed.
|
interface |
LoadStarted
An event indicating that the content loading has been started.
|
interface |
NavigationFinished
An event indicating that the navigation has been finished.
|
interface |
NavigationRedirected
An event indicating that the navigation has encountered a server redirect.
|
interface |
NavigationStarted
An event indicating that the navigation has been started.
|
interface |
NavigationStopped
An event indicating that the navigation has been stopped.
|