to top
Android APIs
Added in API level 11
public static interface

PreferenceFragment.OnPreferenceStartFragmentCallback

android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
Known Indirect Subclasses

Class Overview

Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new fragment.

Summary

Public Methods

? Examples
abstract boolean onPreferenceStartFragment( PreferenceFragment caller, Preference pref)
Called when the user has clicked on a Preference that has a fragment class name associated with it.

Public Methods

public abstract boolean onPreferenceStartFragment (PreferenceFragment caller, Preference pref)

Added in API level 11

Called when the user has clicked on a Preference that has a fragment class name associated with it. The implementation to should instantiate and switch to an instance of the given fragment.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.