Package org.eclipse.swt.browser
Class StatusTextEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.browser.StatusTextEvent
- All Implemented Interfaces:
Serializable
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:
- 3.0
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
text
status text
-
-
Constructor Details
-
StatusTextEvent
Constructs a new instance of this class.- Parameters:
widget
- the widget that fired the event- Since:
- 3.5
-
-
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
-