Back to project page SuiviConsoFreeMobile.
The source code is released under:
Ce logiciel est dans le domaine public.
If you think the Android project SuiviConsoFreeMobile 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.yvesd.scfm; /*from w w w. j ava2 s . c o m*/ import java.util.List; public interface CanWaitForStream { void addToProgress(int res, Object... args); void setProgressStatus(int progress); void handleResult(List<String> result); }