Android
android.view
public static interface

android.view.View.OnFocusChangeListener

android.view.View.OnFocusChangeListener

Interface definition for a callback to be invoked when the focus state of a view changed.

Known Indirect Subclasses

Summary

Public Methods

          void  onFocusChange(View v, boolean hasFocus)
Called when the focus state of a view has changed.

Details

Public Methods

public 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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48