|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.browser
Interface ProgressListener

- All Superinterfaces:
- java.util.EventListener, org.eclipse.swt.internal.SWTEventListener
- All Known Implementing Classes:
- ProgressAdapter
- public interface ProgressListener
- extends org.eclipse.swt.internal.SWTEventListener
This listener interface may be implemented in order to receive a ProgressEvent notification when a Browser makes a progress in loading the current URL or when the current URL has been loaded.
- Since:
- 3.0
| 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. |
| Method Detail |
changed
public void changed(ProgressEvent event)
- This method is called when a progress is made during the loading of the
current location.
The following fields in the
ProgressEventapply:- (in) current the progress for the location currently being loaded
- (in) total the maximum progress for the location currently being loaded
- (in) widget the
Browserwhose current URL is being loaded
- Since:
- 3.0
completed
public void completed(ProgressEvent event)
- This method is called when the current location has been completely loaded.
The following fields in the
ProgressEventapply:- (in) widget the
Browserwhose current URL has been loaded
- Since:
- 3.0
- (in) widget the
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ browser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC