package ilarkesto.core.changeindicator; public interface ChangeListener { void onChange(); }