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
|
int |
total
total value
|
data, display, time, widgetsource| Constructor and Description |
|---|
ProgressEvent(Widget widget)
Constructs a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSourcepublic ProgressEvent(Widget widget)
widget - the widget that fired the eventpublic String toString()
toString in class TypedEvent
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.