android.content
Interface ComponentCallbacks

All Known Subinterfaces:
ComponentCallbacks2
All Known Implementing Classes:
AbstractInputMethodService, AccessibilityService, AccountAuthenticatorActivity, Activity, ActivityGroup, AliasActivity, Application, ContentProvider, DialogFragment, ExpandableListActivity, Fragment, InputMethodService, IntentService, LauncherActivity, ListActivity, ListFragment, NativeActivity, PreferenceActivity, PreferenceFragment, RecognitionService, RemoteViewsService, SearchRecentSuggestionsProvider, Service, SpellCheckerService, TabActivity, TextToSpeechService, VpnService, WallpaperService, WebViewFragment

public interface ComponentCallbacks


Method Summary
 void onConfigurationChanged(Configuration newConfig)
           
 void onLowMemory()
           
 

Method Detail

onConfigurationChanged

void onConfigurationChanged(Configuration newConfig)

onLowMemory

void onLowMemory()


Copyright © 2008-2012. All Rights Reserved.