Back to project page osu-taste-portable.
The source code is released under:
Apache License
If you think the Android project osu-taste-portable listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.dgsrz.osuTaste.services; /** * @author dgsrz (dgsrz@vip.qq.com) */ public interface BassInterface { public void onPluginsLoaded(String plugins); public void onFileLoaded(String file, double duration, String info); public void onProgressChanged(double progress); }