Indicates the progress of a page load
#include <WebNotificationDelegate.h> virtual void progressNotification(WebFrame* frame ) = 0;
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.
startLoadNotification(), finishedLoadNotification()