Back to project page Android-APIShowCaseApp.
The source code is released under:
MIT License
If you think the Android project Android-APIShowCaseApp 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 net.gmc.connect.task; /** * Created by Petr Havlena (p.havlena@gmc.net) on 11/25/14. */ public interface pnettwebserviceTaskOutputReceiver<T> { public void onTaskCompleted(T result); }