public class ProgressEvent extends TypedEvent
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.| Modifier and Type | Field and Description |
|---|---|
int |
current
current value
|
(package private) static long |
serialVersionUID |
int |
total
total value
|
data, display, time, widget| Constructor and Description |
|---|
ProgressEvent(Widget widget)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public int current
public int total
static final long serialVersionUID
public ProgressEvent(Widget widget)
widget - the widget that fired the eventpublic java.lang.String toString()
toString in class TypedEvent