Back to project page LicenseModuleChecker-Client-Android.
The source code is released under:
<?xml version="1.0" encoding="UTF-8"?> <module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4"> <comp...
If you think the Android project LicenseModuleChecker-Client-Android 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.asynhkm.productchecker.Checker; /* w ww .ja v a 2 s.c o m*/ import com.asynhkm.productchecker.schema.DataProductVersion; /** * Created by Hesk on 30/12/2014. */ public interface CheckerCB { void tr_success(DataProductVersion pv, param.request_status sta); void tr_fail(DataProductVersion pv); }