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