Uses of Interface
com.teamdev.jxbrowser.event.Event
Package
Description
This package provides the classes that allow you to work with browser events.
Contains the classes and interfaces of the DOM events.
The download activity events.
The engine events.
The engine and browser events.
The media related events.
The navigation events.
The network service events.
This package provides the classes that allow you to work with the print events.
The zoom events.
-
Uses of Event in com.teamdev.jxbrowser.browser.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the browser instance has become responsive.interface
An event indicating that the browser instance has become unresponsive.interface
An event indicating that the browser instance has been closed.interface
An event indicating that theBrowser
instance is about to close.interface
An interface that all browser events must extend.interface
An event indicating that a browser has started a capture session.interface
An event indicating that a JavaScript console message has been received.interface
An event indicating that the web page's favicon has been changed.interface
An event indicating that the browser instance has gained the focus.interface
An event indicating that the browser instance has lost the focus.interface
Invoked when JavaScript sends a request to focus the Browser instance by calling thewindow.focus()
method.interface
An event indicating that a new frame in the browser has been created.interface
An event indicating that the frame in the Browser has been deleted.interface
An event indicating that the web page has started capturing an audio or video stream.interface
An event indicating that the web page has stopped capturing an audio or video stream.interface
An event indicating that the print preview dialog has been closed.interface
An event indicating that the print dialog preview has been opened.interface
An event indicating that a new render process for the browser has been started.interface
An event indicating that the render process of the browser has been terminated.interface
An event indicating that spell checking on the frame has been completed.interface
An event indicating that the status text has been changed.interface
An event indicating that the web page title has been changed.interface
An event indicating that JavaScript requests to update bounds of the Browser instance. -
Uses of Event in com.teamdev.jxbrowser.capture.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that a browser has stopped a content capture session. -
Uses of Event in com.teamdev.jxbrowser.cast.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that a new cast session has been discovered.interface
An implementation base for cast session events.interface
An event indicating that the attempt to start the cast session via the JxBrowser API has failed.interface
An event indicating that the cast session has been stopped.interface
An event indicating that the receiver disconnected and is not observable by Chromium anymore.interface
An event indicating that a new media receiver has been discovered in the environment.interface
An implementation base for media receiver events. -
Uses of Event in com.teamdev.jxbrowser.dom.event
Modifier and TypeInterfaceDescriptioninterface
A custom DOM event.interface
A DOM event, for example, mouse or keyboard event, provides access to the event data and methods to change the event behavior.interface
A keyboard event that provides access to the keyboard event data.interface
A mouse event that provides access to the mouse event data.interface
A DOM UI event that can be fired with the key modifiers.interface
A wheel event that provides access to the wheel event data. -
Uses of Event in com.teamdev.jxbrowser.download.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the download has been canceled.interface
An interface that all download events must extend.interface
An event indicating that the download has been finished.interface
An event indicating that the download has been interrupted.interface
An event indicating that the download has been paused.interface
An event indicating that the download has been updated. -
Uses of Event in com.teamdev.jxbrowser.engine.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the engine has been closed.interface
An event indicating that the engine has been unexpectedly crashed.interface
A common interface that all engine events must implement. -
Uses of Event in com.teamdev.jxbrowser.event
Modifier and TypeInterfaceDescriptioninterface
Observable<T extends Event>
An observable object.interface
A common interface for all event observers. -
Uses of Event in com.teamdev.jxbrowser.fullscreen.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the browser instance entered the fullscreen mode.interface
The base interface for fullscreen events.interface
An event indicating that the browser instance exited the fullscreen mode. -
Uses of Event in com.teamdev.jxbrowser.media.event
Modifier and TypeInterfaceDescriptioninterface
An audio event on the loaded web page.interface
An event indicating that an audio has been started playing on the web page.interface
An event indicating that an audio has been stopped playing on the web page. -
Uses of Event in com.teamdev.jxbrowser.net.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating a change in the current network connection.interface
An interface that all network events must extend.interface
An event indicating that the PAC file processing has been failed.interface
An event indicating that a redirect response code (3xx) has been received for the URL request.interface
An event indicating that the URL request has been completed.interface
An event indicating that the URL request has been destroyed.interface
An event indicating that a part of HTTP response body has been received over the network.interface
An event indicating that the first byte of the URL response body has been received. -
Uses of Event in com.teamdev.jxbrowser.print.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the number of pages to print has been updated.interface
An event indicating that the printing has been completed.interface
An interface that all print job events must extend. -
Uses of Event in com.teamdev.jxbrowser.zoom.event
Modifier and TypeInterfaceDescriptioninterface
An event indicating that the zoom level for a specific URL has been changed.interface
An interface that all zoom service events must extend.