Uses of Interface
com.jimischopp.jyoutube.JYouTube.ProgressReportingFilePart.ProgressListener

Uses of JYouTube.ProgressReportingFilePart.ProgressListener in com.jimischopp.jyoutube
 

Classes in com.jimischopp.jyoutube that implement JYouTube.ProgressReportingFilePart.ProgressListener
 class JYouTube
          JYouTube A utility for uploading (and downloading) video content from YouTube programmatically.
 class JYouTubeTest
           
 

Methods in com.jimischopp.jyoutube with parameters of type JYouTube.ProgressReportingFilePart.ProgressListener
 void JYouTube.addListener(JYouTube.ProgressReportingFilePart.ProgressListener listener)
          Add a new ProgressListener to the list of listeners to receive HTTP upload progress updates
 void JYouTube.ProgressReportingFilePart.addListener(JYouTube.ProgressReportingFilePart.ProgressListener listener)
           
 boolean JYouTube.removeListener(JYouTube.ProgressReportingFilePart.ProgressListener listener)
          Remove a listener from the list of HTTP upload progress update listeners
 boolean JYouTube.ProgressReportingFilePart.removeListener(JYouTube.ProgressReportingFilePart.ProgressListener listener)
           
 

Method parameters in com.jimischopp.jyoutube with type arguments of type JYouTube.ProgressReportingFilePart.ProgressListener
 void JYouTube.ProgressReportingFilePart.addListener(java.util.Collection<JYouTube.ProgressReportingFilePart.ProgressListener> listener)
           
 

Constructor parameters in com.jimischopp.jyoutube with type arguments of type JYouTube.ProgressReportingFilePart.ProgressListener
JYouTube.ProgressReportingFilePart(java.lang.String parameterName, java.io.File file, java.util.Collection<JYouTube.ProgressReportingFilePart.ProgressListener> progressListeners)