Since: API Level 2.0
public static interface

HtcTextSelectionWrapper.TextSelectionWatcher

com.htc.textselection.HtcTextSelectionWrapper.TextSelectionWatcher

Summary

Public Methods
abstract void onEndSelect(TextView tv)
This method is called to notify when current TextView ending selection
abstract void onStartSelect(TextView tv)
This method is called to notify when current TextView starting selection

Public Methods

public abstract void onEndSelect (TextView tv)

Since: API Level 2.0

This method is called to notify when current TextView ending selection

public abstract void onStartSelect (TextView tv)

Since: API Level 2.0

This method is called to notify when current TextView starting selection