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 android.view.MotionEvent; import android.view.View; public interface JwTouchMotionGroupLisener { public boolean setTouch(boolean enable,View v,String name,int index,MotionEvent me); }