| onSelectionChanged() | เป็น method ที่ใช้สำหรับการ overridde โดย method นี้จะถูกเรียกใช้ เมื่อ TextView ถูกเปลี่ยนแปลง selection |
|---|
method:onSelectionChanged ( int selStart, int selEnd )
return type:void
content:เป็น method ที่ใช้สำหรับการ overridde โดย method นี้จะถูกเรียกใช้ เมื่อ TextView ถูกเปลี่ยนแปลง selection
example:public class BambooView extends TextView { protected void onSelectionChanged ( int selStart, int selEnd ) { } }