package xyy.download.api; /** * Created by 14258 on 2017/3/14. */ public interface DownloadListener { public void notifyFinished(); }