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()
BrowserEventBrowser instance initiated this event.browser in interface BrowserEventdefault java.lang.String title()