Package org.eclipse.swt.browser
Class ProgressEvent
java.lang.Object
SWTEventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.browser.ProgressEvent
A 
ProgressEvent is sent by a Browser to
 ProgressListener's when a progress is made during the loading of the
 current URL or when the loading of the current URL has been completed.- Since:
- 1.4
- 
Field SummaryFieldsFields inherited from class org.eclipse.swt.events.TypedEventdata, display, time, widget
- 
Method Summary
- 
Field Details- 
currentpublic int currentcurrent value
- 
totalpublic int totaltotal value
 
- 
- 
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
 
 
-