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

finishedLoadNotification()

Indicates that the page load has completed

Synopsis:

#include <WebNotificationDelegate.h>

virtual void finishedLoadNotification(WebFrame* frame ) = 0;

Description:

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

This is called for each frame and may be called several times for the same WebView object.

Arguments:

frame
A pointer to the WebFrame that has finised loading resources.

See also:

progressNotification(), startLoadNotification()