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

pocketknife.internal.BundleBinding Maven / Gradle / Ivy

The newest version!
package pocketknife.internal;

import android.os.Bundle;



public interface BundleBinding {
    void saveInstanceState(T target, Bundle bundle);

    void restoreInstanceState(T target, Bundle bundle);

    void bindArguments(T target, Bundle bundle);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy