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, widget
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable description of the
receiver.
|
public java.lang.String toString()
toString
in class TypedEvent
Copyright (c) EclipseSource and others 2002, 2017.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0