public interface TitleChanged extends BrowserEvent
Modifier and Type | Method and Description |
---|---|
default Browser |
browser()
Returns the
Browser instance initiated this event. |
default java.lang.String |
title()
Returns a string that represents the new title or an empty string if the new title is empty.
|
default Browser browser()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent
default java.lang.String title()