Initial commit
This commit is contained in:
45
sources/com/liulishuo/filedownloader/ITaskHunter.java
Normal file
45
sources/com/liulishuo/filedownloader/ITaskHunter.java
Normal file
@@ -0,0 +1,45 @@
|
||||
package com.liulishuo.filedownloader;
|
||||
|
||||
import com.liulishuo.filedownloader.message.MessageSnapshot;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface ITaskHunter extends IDownloadSpeed$Lookup {
|
||||
|
||||
public interface IMessageHandler {
|
||||
MessageSnapshot a(Throwable th);
|
||||
|
||||
boolean a(MessageSnapshot messageSnapshot);
|
||||
|
||||
boolean b(MessageSnapshot messageSnapshot);
|
||||
|
||||
boolean c(MessageSnapshot messageSnapshot);
|
||||
|
||||
boolean d(MessageSnapshot messageSnapshot);
|
||||
|
||||
IFileDownloadMessenger h();
|
||||
}
|
||||
|
||||
public interface IStarter {
|
||||
boolean a(FileDownloadListener fileDownloadListener);
|
||||
|
||||
void start();
|
||||
}
|
||||
|
||||
void a();
|
||||
|
||||
void b();
|
||||
|
||||
int c();
|
||||
|
||||
Throwable d();
|
||||
|
||||
boolean e();
|
||||
|
||||
long f();
|
||||
|
||||
long g();
|
||||
|
||||
byte getStatus();
|
||||
|
||||
boolean pause();
|
||||
}
|
||||
Reference in New Issue
Block a user