Interface ProgressListener

    • Method Detail

      • changed

        void changed​(ProgressEvent event)
        This method is called when a progress is made during the loading of the current location.

        The following fields in the ProgressEvent apply:

        • (in) current the progress for the location currently being loaded
        • (in) total the maximum progress for the location currently being loaded
        • (in) widget the Browser whose current URL is being loaded
        Parameters:
        event - the ProgressEvent related to the loading of the current location of a Browser
      • completed

        void completed​(ProgressEvent event)
        This method is called when the current location has been completely loaded.

        The following fields in the ProgressEvent apply:

        • (in) widget the Browser whose current URL has been loaded
        Parameters:
        event - the ProgressEvent related to the Browser that has loaded its current URL.