Class ProgressEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getProgress()  
      long getTotal()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProgressEvent

        public ProgressEvent​(ProgressEvent aEvent)
        A backward-compat constructor.
    • Method Detail

      • getProgress

        public long getProgress()
        Returns:
        The number of bytes already transferred.
      • getTotal

        public long getTotal()
        Returns:
        The total number of bytes, or -1 if not known.