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