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