Package | Description |
---|---|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.dom.event |
Contains the classes and interfaces of the DOM events.
|
com.teamdev.jxbrowser.download.event |
The download activity events.
|
com.teamdev.jxbrowser.engine.event |
The engine events.
|
com.teamdev.jxbrowser.event |
The engine and browser events.
|
com.teamdev.jxbrowser.media.event |
The media related events.
|
com.teamdev.jxbrowser.navigation.event |
The navigation events.
|
com.teamdev.jxbrowser.net.event |
The network service events.
|
com.teamdev.jxbrowser.zoom.event |
The zoom events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BrowserBecameResponsive
An event indicating that the browser instance has become responsive.
|
interface |
BrowserBecameUnresponsive
An event indicating that the browser instance has become unresponsive.
|
interface |
BrowserClosed
An event indicating that the browser instance has been closed.
|
interface |
BrowserClosing
An event indicating that the
Browser instance is about to close. |
interface |
BrowserEvent
An interface that all browser events must extend.
|
interface |
ConsoleMessageReceived
An event indicating that a JavaScript console message has been received.
|
interface |
FocusGained
An event indicating that the browser instance has gained the focus.
|
interface |
FocusLost
An event indicating that the browser instance has lost the focus.
|
interface |
FrameCreated
An event indicating that a new frame in the browser has been created.
|
interface |
FrameDeleted
An event indicating that the frame in the Browser has been deleted.
|
interface |
FullScreenEntered
An event indicating that the browser instance has been toggled into full-screen mode.
|
interface |
FullScreenExited
An event indicating that the browser instance has been toggled out of full-screen mode.
|
interface |
RenderProcessStarted
An event indicating that a new render process for the browser has been started.
|
interface |
RenderProcessTerminated
An event indicating that the render process of the browser has been terminated.
|
interface |
SpellCheckCompleted
An event indicating that spell checking on the frame has been completed.
|
interface |
StatusChanged
An event indicating that the status text has been changed.
|
interface |
TitleChanged
An event indicating that the web page title has been changed.
|
interface |
UpdateBoundsRequested
An event indicating that JavaScript requests to update bounds of the Browser instance through the
following JavaScript functions:
window.moveTo() — moves a window to the specified position.
window.moveBy() — moves a window a specified number of pixels relative to its
current coordinates.
window.resizeTo() — resizes the window to the specified width and height.
window.resizeBy() — resizes the window by the specified pixels.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Event
A DOM event, for example, mouse or keyboard event, provides access to the event data and methods
to change the event behavior.
|
interface |
KeyEvent
A keyboard event that provides access to the keyboard event data.
|
interface |
MouseEvent
A mouse event that provides access to the mouse event data.
|
interface |
UiEventModifier
A DOM UI event that can be fired with the key modifiers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DownloadCanceled
An event indicating that the download has been canceled.
|
interface |
DownloadEvent
An interface that all download events must extend.
|
interface |
DownloadFinished
An event indicating that the download has been finished.
|
interface |
DownloadInterrupted
An event indicating that the download has been interrupted.
|
interface |
DownloadPaused
An event indicating that the download has been paused.
|
interface |
DownloadUpdated
An event indicating that the download has been updated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EngineClosed
An event indicating that the engine has been closed.
|
interface |
EngineCrashed
An event indicating that the engine has been unexpectedly crashed.
|
interface |
EngineEvent
A common interface that all engine events must implement.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Observable<T extends Event>
An observable object.
|
interface |
Observer<T extends Event>
A common interface for all event observers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AudioEvent
An audio event on the loaded web page.
|
interface |
AudioStartedPlaying
An event indicating that an audio has been started playing on the web page.
|
interface |
AudioStoppedPlaying
An event indicating that an audio has been stopped playing on the web page.
|
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 |
LoadStarted
An event indicating that the content loading has been started.
|
interface |
NavigationEvent
An interface that all navigation events must extend.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BytesReceived
An event indicating that the amount of bytes has been received from the network, such as after
receiving headers or reading raw response bytes.
|
interface |
BytesSent
An event indicating that the amount of bytes has been sent over the network, such as when sending
request headers or uploading request body bytes.
|
interface |
NetworkEvent
An interface that all network events must extend.
|
interface |
PacScriptErrorReceived
An event indicating that the PAC file processing has been failed.
|
interface |
RedirectResponseCodeReceived
An event indicating that a redirect response code (3xx) has been received for the URL request.
|
interface |
RequestCompleted
An event indicating that the URL request has been completed.
|
interface |
RequestDestroyed
An event indicating that the URL request has been destroyed.
|
interface |
ResponseStarted
An event indicating that the first byte of the URL response body has been received.
|
interface |
TransactionStarted
An event indicating that the URL request is about to be sent out.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ZoomLevelChanged
An event indicating that the zoom level for a specific URL has been changed.
|
interface |
ZoomLevelsEvent
An interface that all zoom service events must extend.
|