Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

ViewTreeObserver.OnWindowFocusChangeListener

android.view.ViewTreeObserver.OnWindowFocusChangeListener

Class Overview

Interface definition for a callback to be invoked when the view hierarchy's window focus state changes.

Summary

Public Methods
abstract void onWindowFocusChanged (boolean hasFocus)
Callback method to be invoked when the window focus changes in the view tree.

Public Methods

public abstract void onWindowFocusChanged (boolean hasFocus)

Callback method to be invoked when the window focus changes in the view tree.

Parameters
hasFocus Set to true if the window is gaining focus, false if it is losing focus.