package com.volmit.iris.util; @FunctionalInterface public interface Observer { public void onChanged(T from, T to); }