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