Interface StreamLogger

All Known Implementing Classes:
DownloadCommand, InitBundleCommand, InitBundleTask

public interface StreamLogger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onProgress(long completed, long length)
     
    void
     
  • Method Details

    • onCompleted

      void onCompleted()
    • onProgress

      void onProgress(long completed, long length)
    • onStarted

      void onStarted()