Back to project page bbstalker.
The source code is released under:
GNU General Public License
If you think the Android project bbstalker 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 org.raegdan.bbstalker; /*from w w w . j a v a2 s .c om*/ /*/ * Based on the code by @Marek Sebera from StackOverflow (http://stackoverflow.com/users/492624/marek-sebera) /*/ import android.view.View; public interface SwipeInterface { public void onSwipe(View v, int direction); }