|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.browser.ProgressAdapter
This adapter class provides default implementations for the methods described by the ProgressListener interface.
Classes that wish to deal with ProgressEvent's can extend this class and override only the methods which they are interested in.
Constructor Summary | |
ProgressAdapter()
|
Method Summary | |
void | changed(ProgressEvent event)
This method is called when a progress is made during the loading of the current location. |
void | completed(ProgressEvent event)
This method is called when the current location has been completely loaded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProgressAdapter()
Method Detail |
public void changed(ProgressEvent event)
The following fields in the ProgressEvent apply:
public void completed(ProgressEvent event)
The following fields in the ProgressEvent apply:
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.