Interface TitleChanged
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that the web page title has been changed.
-
Method Summary
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-
title
Returns a string that represents the new title or an empty string if the new title is empty.
-