package io.github.vxzh.download.api; public interface DownloadListener { void notifyFinished(); }