android.content
Interface ComponentCallbacks

All Known Implementing Classes:
AbstractInputMethodService, AccessibilityService, AccountAuthenticatorActivity, Activity, ActivityGroup, AliasActivity, Application, ContentProvider, ExpandableListActivity, InputMethodService, IntentService, LauncherActivity, ListActivity, PreferenceActivity, SearchRecentSuggestionsProvider, Service, TabActivity, WallpaperService

public interface ComponentCallbacks


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

Method Detail

onConfigurationChanged

void onConfigurationChanged(Configuration newConfig)

onLowMemory

void onLowMemory()


Copyright © 2008-2010. All Rights Reserved.