public interface NavigationListener
NavigationPreferences are
added or removed to/from a PreferenceActivity, must implement.| Modifier and Type | Method and Description |
|---|---|
void |
onNavigationPreferenceAdded(NavigationPreference navigationPreference)
The method, which is invoked, when a navigation preference has been added.
|
void |
onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
The method, which is invoked, when a navigation preference has been removed.
|
void onNavigationPreferenceAdded(NavigationPreference navigationPreference)
navigationPreference - The navigation preference, which has been added, as an instance of the class NavigationPreference. The navigation preference may not be nullvoid onNavigationPreferenceRemoved(NavigationPreference navigationPreference)
navigationPreference - The navigation preference, which has been removed, as an instance of the class NavigationPreference. The navigation preference may not be null