Interface LoadState

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBytes()
      Return the number of bytes that must be loaded for this request
      long getBytesRemaining()
      Return the number of bytes remaining that must be loaded for this request to complete.
      int getTimeRemaining()
      Return an estimate of the time remaining for the load, in ms
    • Method Detail

      • getBytes

        long getBytes()
        Return the number of bytes that must be loaded for this request
      • getBytesRemaining

        long getBytesRemaining()
        Return the number of bytes remaining that must be loaded for this request to complete. When this is 0 the page has fully loaded
      • getTimeRemaining

        int getTimeRemaining()
        Return an estimate of the time remaining for the load, in ms