android.view
Interface View.OnFocusChangeListener

All Known Implementing Classes:
TabWidget
Enclosing class:
View

public static interface View.OnFocusChangeListener


Method Summary
 void onFocusChange(View v, boolean hasFocus)
           
 

Method Detail

onFocusChange

void onFocusChange(View v,
                   boolean hasFocus)


Copyright © 2008-2010. All Rights Reserved.