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