Back to project page PactrackDroid.
The source code is released under:
GNU General Public License
If you think the Android project PactrackDroid 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 nu.firetech.android.pactrack.frontend; public interface AutoUpdateIconContext { public void onAutoUpdateChanged(long rowId, boolean value); }