android.support.v14.preference.PreferenceFragment.OnPreferenceStartScreenCallback |
Known Indirect Subclasses |
Interface that PreferenceFragment's containing activity should implement to be able to process preference items that wish to switch to a new screen of preferences.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the user has clicked on a PreferenceScreen item in order to navigate to a new
screen of preferences.
|
Called when the user has clicked on a PreferenceScreen item in order to navigate to a new screen of preferences.
caller | The fragment requesting navigation. |
---|---|
pref | The preference screen to navigate to. |