public abstract class AbsDownloadListener extends Object implements DownloadListener
| 构造器和说明 |
|---|
AbsDownloadListener() |
AbsDownloadListener(SoftReference<Object> userTag) |
| 限定符和类型 | 方法和说明 |
|---|---|
SoftReference<Object> |
getUserTag() |
void |
setUserTag(SoftReference<Object> userTag) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDownloadFailed, onDownloading, onDownloadSuccess, onPaused, onRemoved, onStart, onWaitedpublic AbsDownloadListener()
public AbsDownloadListener(SoftReference<Object> userTag)
public SoftReference<Object> getUserTag()
public void setUserTag(SoftReference<Object> userTag)