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