com.jimischopp.jyoutube
Class JYouTube.ProgressReportingFilePart.ProgressUpdateEvent

java.lang.Object
  extended by com.jimischopp.jyoutube.JYouTube.ProgressReportingFilePart.ProgressUpdateEvent
Enclosing class:
JYouTube.ProgressReportingFilePart

public static class JYouTube.ProgressReportingFilePart.ProgressUpdateEvent
extends java.lang.Object

Contains event information about the progress of an HTTP File Upload


Method Summary
 long getElapsedMillis()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getFileName()
           
 java.lang.String getParameterName()
           
 long getTotalBytesSent()
           
 long getTotalBytesToSend()
           
 boolean isError()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isError

public boolean isError()

getErrorMessage

public java.lang.String getErrorMessage()

getTotalBytesSent

public long getTotalBytesSent()

getTotalBytesToSend

public long getTotalBytesToSend()

getElapsedMillis

public long getElapsedMillis()

getFileName

public java.lang.String getFileName()

getParameterName

public java.lang.String getParameterName()