Class SVNProgressEvent


  • public class SVNProgressEvent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long UNKNOWN  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNProgressEvent​(long progress, long total)  
    • 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

      • SVNProgressEvent

        public SVNProgressEvent​(long progress,
                                long total)
    • Method Detail

      • getProgress

        public long getProgress()
      • getTotal

        public long getTotal()