Back to project page markj.
The source code is released under:
GNU Lesser General Public License
If you think the Android project markj 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.markjmind.mobile.api.android.ui; import java.util.Hashtable; import android.view.View; public interface JwOnGroupSelect { public void selected(View v,String name,int index, Object param); public void deselected(View v,String name,int index, Object param); }