package me.lzb.download.api; public interface DownloadListener { void notifyFinished(); }