public interface ProgressListener
ProgressEvent
notification when a Browser
makes a progress in
loading the current URL or when the current URL has been loaded.Modifier and Type | Method and Description |
---|---|
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.
|
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
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.
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0