package androidx.lifecycle; public interface Observer { void onChanged(T t); }