java.lang.Object java.util.EventObject org.eclipse.swt.internal.SWTEventObject org.eclipse.swt.events.TypedEvent org.eclipse.swt.browser.ProgressEvent
public class 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.
ProgressEvent
Browser
ProgressListener
int
current
total
data, display, time, widget
source
ProgressEvent ( Widget widget)
String
toString ()
getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int current
public int total
public ProgressEvent( Widget widget)
widget
public String toString()
toString
TypedEvent
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.