package week3_0312.api; public interface DownloadListener { public void notifyFinished(); }