Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

progressNotification()

Indicates the progress of a page load

Synopsis:

#include <WebNotificationDelegate.h>

virtual void progressNotification(WebFrame* frame ) = 0;

Description:

This method is called by the WebView instance each time progress is made in loading the page.

This can be called (using the estimateProgress() method) several times for the same WebView instance.

Arguments:

frame
A pointer to the WebFrame that is loading resources.

See also:

startLoadNotification(), finishedLoadNotification()