to top
Android APIs
Added in 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 ()

Added in API level 1

See Activity's onDestroy.