Package org.eclipse.swt.browser
Class StatusTextEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.browser.StatusTextEvent
A
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.- Since:
- 1.4
-
Field Summary
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
Constructor Summary
-
Method Summary
-
Field Details
-
text
status text
-
-
Constructor Details
-
StatusTextEvent
Constructs a new instance of this class.- Parameters:
widget
- the widget that fired the event
-
-
Method Details
-
toString
Returns a string containing a concise, human-readable description of the receiver.- Overrides:
toString
in classTypedEvent
- Returns:
- a string representation of the event
-