Package com.biglybt.core.download
Interface StreamManagerDownloadListener
-
public interface StreamManagerDownloadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
failed(java.lang.Throwable error)
void
ready()
void
updateActivity(java.lang.String str)
void
updateStats(int secs_until_playable, int buffer_secs, long buffer_bytes, int target_buffer_secs)
-