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