android.view
Interface View.OnFocusChangeListener
- All Known Implementing Classes:
- TabWidget
- Enclosing class:
- View
public static interface View.OnFocusChangeListener
Interface definition for a callback to be invoked when the focus state of
a view changed.
|
Method Summary |
void |
onFocusChange(View v,
boolean hasFocus)
Called when the focus state of a view has changed. |
onFocusChange
void onFocusChange(View v,
boolean hasFocus)
- Called when the focus state of a view has changed.
- Parameters:
v - The view whose state has changed.hasFocus - The new focus state of v.
Please submit a feedback, bug or feature