package com.github.mrwengq.tid.api; public interface DownloadListener { public void notifyFinished(); }