Added a new method on the PageListener interface: pageLoadProgress(). This method allows the PageListener implementation to know about the progress of the operation. The gauge is now managed by the default PageListener (the browser instance). If the programmer provides another PageListener implementation it can be used to create and update its own progress bar.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Added a new method on the PageListener interface: pageLoadProgress(). This method allows the PageListener implementation to know about the progress of the operation. The gauge is now managed by the default PageListener (the browser instance). If the programmer provides another PageListener implementation it can be used to create and update its own progress bar.