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
An interface that all browser events must extend.
-
Method Summary
-
Method Details
-
browser
Browser browser()Returns theBrowser
instance initiated this event.
-