Package-level declarations

This package provides the classes that allow you to work with browser events.

This package provides the classes that allow you to work with browser events.

Types

Link copied to clipboard
public interface BrowserBecameResponsive implements BrowserEvent
public interface BrowserBecameResponsive implements BrowserEvent
An event indicating that the browser instance has become responsive.
Link copied to clipboard
public interface BrowserBecameUnresponsive implements BrowserEvent
public interface BrowserBecameUnresponsive implements BrowserEvent
An event indicating that the browser instance has become unresponsive.
Link copied to clipboard
public interface BrowserClosed implements BrowserEvent
public interface BrowserClosed implements BrowserEvent
An event indicating that the browser instance has been closed.
Link copied to clipboard
public interface BrowserClosing implements BrowserEvent
public interface BrowserClosing implements BrowserEvent
An event indicating that the Browser instance is about to close.
Link copied to clipboard
public interface BrowserEvent implements Event
public interface BrowserEvent implements Event
An interface that all browser events must extend.
Link copied to clipboard
public interface CaptureSessionStarted implements BrowserEvent
public interface CaptureSessionStarted implements BrowserEvent
An event indicating that a browser has started a capture session.
Link copied to clipboard
public interface ConsoleMessageReceived implements BrowserEvent
public interface ConsoleMessageReceived implements BrowserEvent
An event indicating that a JavaScript console message has been received.
Link copied to clipboard
public interface FaviconChanged implements BrowserEvent
public interface FaviconChanged implements BrowserEvent
An event indicating that the web page's favicon has been changed.
Link copied to clipboard
public interface FocusGained implements BrowserEvent
public interface FocusGained implements BrowserEvent
An event indicating that the browser instance has gained the focus.
Link copied to clipboard
public interface FocusLost implements BrowserEvent
public interface FocusLost implements BrowserEvent
An event indicating that the browser instance has lost the focus.
Link copied to clipboard
public interface FocusRequested implements BrowserEvent
public interface FocusRequested implements BrowserEvent
Invoked when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.
Link copied to clipboard
public interface FrameCreated implements BrowserEvent
public interface FrameCreated implements BrowserEvent
An event indicating that a new frame in the browser has been created.
Link copied to clipboard
public interface FrameDeleted implements BrowserEvent
public interface FrameDeleted implements BrowserEvent
An event indicating that the frame in the Browser has been deleted.
Link copied to clipboard
public interface MediaStreamCaptureStarted implements BrowserEvent
public interface MediaStreamCaptureStarted implements BrowserEvent
An event indicating that the web page has started capturing an audio or video stream.
Link copied to clipboard
public interface MediaStreamCaptureStopped implements BrowserEvent
public interface MediaStreamCaptureStopped implements BrowserEvent
An event indicating that the web page has stopped capturing an audio or video stream.
Link copied to clipboard
public interface PrintPreviewClosed implements BrowserEvent
public interface PrintPreviewClosed implements BrowserEvent
An event indicating that the print preview dialog has been closed.
Link copied to clipboard
public interface PrintPreviewOpened implements BrowserEvent
public interface PrintPreviewOpened implements BrowserEvent
An event indicating that the print dialog preview has been opened.
Link copied to clipboard
public interface RenderProcessStarted implements BrowserEvent
public interface RenderProcessStarted implements BrowserEvent
An event indicating that a new render process for the browser has been started.
Link copied to clipboard
public interface RenderProcessTerminated implements BrowserEvent
public interface RenderProcessTerminated implements BrowserEvent
An event indicating that the render process of the browser has been terminated.
Link copied to clipboard
public interface SpellCheckCompleted implements BrowserEvent
public interface SpellCheckCompleted implements BrowserEvent
An event indicating that spell checking on the frame has been completed.
Link copied to clipboard
public interface StatusChanged implements BrowserEvent
public interface StatusChanged implements BrowserEvent
An event indicating that the status text has been changed.
Link copied to clipboard
public interface TitleChanged implements BrowserEvent
public interface TitleChanged implements BrowserEvent
An event indicating that the web page title has been changed.
Link copied to clipboard
public interface UpdateBoundsRequested implements BrowserEvent
public interface UpdateBoundsRequested implements BrowserEvent
An event indicating that JavaScript requests to update bounds of the Browser instance.