|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Browser.addProgressListener(ProgressListener)
,
Browser.removeProgressListener(ProgressListener)
,
Browser.getUrl()
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 |
public void changed(ProgressEvent event)
The following fields in the ProgressEvent
apply:
Browser
whose current URL is being loaded
event
- the ProgressEvent
related to the loading of the
current location of a Browser
public void completed(ProgressEvent event)
The following fields in the ProgressEvent
apply:
Browser
whose current URL has been loaded
event
- the ProgressEvent
related to the Browser
that has loaded its current URL.
|
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.