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