package com.github.xiaozi123.coding2017.thirdWork.api; public interface DownloadListener { public void notifyFinished(); }