ProgressListener

This listener interface may be implemented in order to receive a {@link ProgressEvent} notification when a {@link Browser} makes a progress in loading the current URL or when the current URL has been loaded.

@see Browser#addProgressListener(ProgressListener) @see Browser#removeProgressListener(ProgressListener) @see Browser#getUrl()

@since 3.0

Members

Functions

changed
void changed(ProgressEvent event)

This method is called when a progress is made during the loading of the current location. <p>

completed
void completed(ProgressEvent event)

This method is called when the current location has been completely loaded. <p>

Meta