package main.coding_170309.api; /** * Created by peter on 2017/3/9. */ public interface DownloadListener { public void notifyFinshed(); }