Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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
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)

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.