Uses of Interface
com.teamdev.jxbrowser.browser.event.BrowserEvent
Packages that use BrowserEvent
Package
Description
This package provides the classes that allow you to work with browser events.
-
Uses of BrowserEvent in com.teamdev.jxbrowser.browser.event
Subinterfaces of BrowserEvent 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 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.