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