com.aelitis.azureus.core.download
Interface StreamManagerDownloadListener


public interface StreamManagerDownloadListener


Method Summary
 void failed(Throwable error)
           
 void ready()
           
 void updateActivity(String str)
           
 void updateStats(int secs_until_playable, int buffer_secs, long buffer_bytes, int target_buffer_secs)
           
 

Method Detail

updateActivity

void updateActivity(String str)

updateStats

void updateStats(int secs_until_playable,
                 int buffer_secs,
                 long buffer_bytes,
                 int target_buffer_secs)

ready

void ready()

failed

void failed(Throwable error)