public static interface ITaskHunter.IStarter
The starter for the downloading task.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalListener(FileDownloadListener listener) |
void |
start()
Start the task in the launcher thread.
|
void start()
boolean equalListener(FileDownloadListener listener)
listener - The downloading listener.true if listener equal to the listener of the current task.