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 Summary
Fields inherited from class org.eclipse.swt.events.TypedEvent
data, display, time, widget
-
Method Summary
-
Field Details
-
current
public int currentcurrent value -
total
public int totaltotal value
-
-
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
-