-
- All Implemented Interfaces:
-
android.text.method.MovementMethod
public abstract class Utils.TextViewLinkHandler extends LinkMovementMethod
-
-
Method Summary
Modifier and Type Method Description booleanonTouchEvent(TextView widget, Spannable buffer, MotionEvent event)abstract voidonLinkClick(String url)-
Methods inherited from class android.text.method.LinkMovementMethod
canSelectArbitrarily, down, getInstance, handleMovementKey, initialize, left, onTakeFocus, onTouchEvent, right, up -
Methods inherited from class android.text.method.ScrollingMovementMethod
bottom, end, home, lineEnd, lineStart, pageDown, pageUp, top -
Methods inherited from class android.text.method.BaseMovementMethod
getMovementMetaState, onGenericMotionEvent, onKeyDown, onKeyOther, onKeyUp, onTrackballEvent -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onTouchEvent
boolean onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
-
onLinkClick
abstract void onLinkClick(String url)
-
-
-
-