public class StatusTextEvent extends TypedEvent
StatusTextEvent
is sent by a Browser
to
StatusTextListener
'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 |
---|---|
(package private) static long |
serialVersionUID |
java.lang.String |
text
status text
|
data, display, time, widget
Constructor and Description |
---|
StatusTextEvent(Widget widget)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public java.lang.String text
static final long serialVersionUID
public StatusTextEvent(Widget widget)
widget
- the widget that fired the eventpublic java.lang.String toString()
toString
in class TypedEvent