to top
Android APIs
Since: API Level 1
public static interface

PreferenceManager.OnActivityDestroyListener

android.preference.PreferenceManager.OnActivityDestroyListener
Known Indirect Subclasses

Class Overview

Interface definition for a class that will be called when the container's activity is destroyed.

Summary

Public Methods
abstract void onActivityDestroy()
See Activity's onDestroy.

Public Methods

public abstract void onActivityDestroy ()

Since: API Level 1

See Activity's onDestroy.