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