Most visited

Recently visited

Added in API level 1

PreferenceManager.OnActivityDestroyListener

public static interface PreferenceManager.OnActivityDestroyListener

android.preference.PreferenceManager.OnActivityDestroyListener
Known Indirect Subclasses


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

onActivityDestroy

Added in API level 1
void onActivityDestroy ()

See Activity's onDestroy.

Hooray!