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