Class Utils.TextViewLinkHandler
-
- All Implemented Interfaces:
-
android.text.method.MovementMethod
public abstract class Utils.TextViewLinkHandler extends LinkMovementMethod
-
-
Constructor Summary
Constructors Constructor Description Utils.TextViewLinkHandler()
-
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, getInstance, initialize, onTakeFocus -
Methods inherited from class android.text.method.BaseMovementMethod
nextParagraph, onGenericMotionEvent, onKeyDown, onKeyOther, onKeyUp, onTrackballEvent, previousParagraph -
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)
-
-
-
-