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