Package | Description |
---|---|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser 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 |
CaptureSessionStarted
An event indicating that a browser has started a capture session.
|
interface |
ConsoleMessageReceived
An event indicating that a JavaScript console message has been received.
|
interface |
FaviconChanged
An event indicating that the web page's favicon has been changed.
|
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 |
FocusRequested
Invoked when JavaScript sends a request to focus the Browser instance by calling the
window.focus() method. |
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 |
MediaStreamCaptureStarted
An event indicating that the web page has started capturing an audio or video stream.
|
interface |
MediaStreamCaptureStopped
An event indicating that the web page has stopped capturing an audio or video stream.
|
interface |
PrintPreviewClosed
An event indicating that the print preview dialog has been closed.
|
interface |
PrintPreviewOpened
An event indicating that the print dialog preview has been opened.
|
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.
|