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
This method is called when a progress is made during the loading of the current location. <p>
This method is called when the current location has been completely loaded. <p>
See Implementation
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