package org.coding.three.download.api; public interface DownloadListener { public void notifyFinished(); }