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