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