Package org.eclipse.swt.browser
Class ProgressEvent
java.lang.Object
java.util.EventObject
org.eclipse.swt.events.TypedEvent
org.eclipse.swt.browser.ProgressEvent
- All Implemented Interfaces:
Serializable
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:
- 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
-
current
public int currentcurrent value -
total
public int totaltotal value
-
-
Constructor Details
-
ProgressEvent
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
-