All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.ComponentCallbacks Maven / Gradle / Ivy

package android.content;

import android.content.res.Configuration;

public abstract interface ComponentCallbacks
{
    public abstract void onConfigurationChanged(Configuration paramConfiguration);

    public abstract void onLowMemory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy