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