StatusTextEvent

A <code>StatusTextEvent</code> is sent by a {@link Browser} to {@link StatusTextListener}'s when the status text is changed. The status text is typically displayed in the status bar of a browser application.

@since 3.0

class StatusTextEvent : TypedEvent {
long serialVersionUID;
}

Members

Functions

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Variables

text
String text;

status text

Inherited Members

From TypedEvent

display
Display display;

the display where the event occurred

widget
Widget widget;

the widget that issued the event

time
int time;

the time that the event occurred.

data
Object data;

a field for application use

getName
String getName()

Returns the name of the event. This is the name of the class without the module name.

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Meta