Sony Addon SDK
public static interface

SmallAppWindow.OnWindowFocusChangeListener

This project is no longer being supported and will not get any further updates.

Class Overview

Interface definition for a callback to be invoked when the Window focus is changed.

Summary

Public Methods
void onWindowFocusChanged(boolean hasFocus)

Called when the Window focus is changed.

Public Methods

Added in API level 1 public void onWindowFocusChanged(boolean hasFocus)

Called when the Window focus is changed.

Parameters
hasFocus