public
static
interface
View.OnFocusChangeListener
| android.view.View.OnFocusChangeListener |
|
|
Interface definition for a callback to be invoked when the focus state of a view changed.
Public methods | |
|---|---|
abstract
void
|
onFocusChange(View v, boolean hasFocus)
Called when the focus state of a view has changed. |
void onFocusChange (View v, boolean hasFocus)
Called when the focus state of a view has changed.
| Parameters | |
|---|---|
v |
View:
The view whose state has changed. |
hasFocus |
boolean:
The new focus state of v.
|