Most visited

Recently visited

Added in API level 1

PreferenceManager.OnActivityStopListener

public static interface PreferenceManager.OnActivityStopListener

android.preference.PreferenceManager.OnActivityStopListener


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

Summary

Public methods

abstract void onActivityStop()

See Activity's onStop.

Public methods

onActivityStop

Added in API level 1
void onActivityStop ()

See Activity's onStop.

Hooray!