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