JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.teamdev.jxbrowser.browser.event
Interface BrowserEvent
All Superinterfaces:
Event
All Known Subinterfaces:
BrowserBecameResponsive
,
BrowserBecameUnresponsive
,
BrowserClosed
,
BrowserClosing
,
CaptureSessionStarted
,
ConsoleMessageReceived
,
FaviconChanged
,
FocusGained
,
FocusLost
,
FocusRequested
,
FrameCreated
,
FrameDeleted
,
MediaStreamCaptureStarted
,
MediaStreamCaptureStopped
,
PrintPreviewClosed
,
PrintPreviewOpened
,
RenderProcessStarted
,
RenderProcessTerminated
,
SpellCheckCompleted
,
StatusChanged
,
TitleChanged
,
UpdateBoundsRequested
public interface
BrowserEvent
extends
Event
An interface that all browser events must extend.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Browser
browser
()
Returns the
Browser
instance initiated this event.
Method Detail
browser
Browser
browser()
Returns the
Browser
instance initiated this event.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method