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