package com.multiThreadDownload.api; public interface DownloadListener { public void notifyFinished(); }