package com.java.xiaoqin.download.api; public interface DownloadListener { void notifyFinished(); }