Interface StreamLogger
- All Known Implementing Classes:
DownloadCommand,InitBundleCommand,InitBundleTask
public interface StreamLogger
-
Method Summary
-
Method Details
-
onCompleted
void onCompleted() -
onProgress
void onProgress(long completed, long length) -
onStarted
void onStarted()
-