public class StatusTextEvent extends Object
StatusTextEvent is sent by a WebBrowser to
BrowserStatusTextListener's when the status text is changed. The
status text is typically displayed in the status bar of a browser
application.| Modifier and Type | Field and Description |
|---|---|
WebBrowser |
browser |
String |
text
status text
|
| Constructor and Description |
|---|
StatusTextEvent(WebBrowser browser)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable description of the
receiver.
|
public String text
public WebBrowser browser
public StatusTextEvent(WebBrowser browser)
widget - the widget that fired the eventCopyright © 2020 OXPath Team. All rights reserved.