Package com.teamdev.jxbrowser.browser.event


@ParametersAreNonnullByDefault package com.teamdev.jxbrowser.browser.event
This package provides the classes that allow you to work with browser events.
  • Class
    Description
    An event indicating that the browser instance has become responsive.
    An event indicating that the browser instance has become unresponsive.
    An event indicating that the browser instance has been closed.
    An event indicating that the Browser instance is about to close.
    An interface that all browser events must extend.
    An event indicating that a browser has started a capture session.
    An event indicating that a JavaScript console message has been received.
    An event indicating that the web page's favicon has been changed.
    An event indicating that the browser instance has gained the focus.
    An event indicating that the browser instance has lost the focus.
    Invoked when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.
    An event indicating that a new frame in the browser has been created.
    An event indicating that the frame in the Browser has been deleted.
    An event indicating that the web page has started capturing an audio or video stream.
    An event indicating that the web page has stopped capturing an audio or video stream.
    An event indicating that the print preview dialog has been closed.
    An event indicating that the print dialog preview has been opened.
    An event indicating that a new render process for the browser has been started.
    An event indicating that the render process of the browser has been terminated.
    An event indicating that spell checking on the frame has been completed.
    An event indicating that the status text has been changed.
    The render process termination statuses.
    An event indicating that the web page title has been changed.
    An event indicating that JavaScript requests to update bounds of the Browser instance.