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 SummaryFieldsFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
textstatus text
 
- 
- 
Constructor Details- 
StatusTextEventConstructs a new instance of this class.- Parameters:
- widget- the widget that fired the event
 
 
- 
- 
Method Details- 
toStringReturns a string containing a concise, human-readable description of the receiver.- Overrides:
- toStringin class- TypedEvent
- Returns:
- a string representation of the event
 
 
-